An open API service indexing awesome lists of open source software.

https://github.com/rnkit/rnkit-appparse

parsing IPA And Apk files
https://github.com/rnkit/rnkit-appparse

Last synced: about 1 year ago
JSON representation

parsing IPA And Apk files

Awesome Lists containing this project

README

          

# rnkit-appstore

[![Build Status](https://travis-ci.org/rnkit/rnkit-appparse.svg?branch=master)](https://travis-ci.org/rnkit/rnkit-appparse)
[![Codecov](https://codecov.io/gh/rnkit/rnkit-appparse/branch/master/graph/badge.svg)](https://codecov.io/gh/rnkit/rnkit-appparse/branch/master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.rnkit/appparse/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.rnkit/appparse/)
[![GitHub release](https://img.shields.io/github/release/rnkit/rnkit-appparse.svg)](https://github.com/rnkit/rnkit-appparse/releases)
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)

parsing IPA And Apk files

## Download

- [maven][1]
- [the latest JAR][2]

[1]: http://repo1.maven.org/maven2/io/rnkit/appparse/
[2]: https://search.maven.org/remote_content?g=io.rnkit&a=appparse&v=LATEST

## Maven

```xml

io.rnkit
appparse
1.0.3

```

## Gradle via JCenter

``` groovy
compile 'io.rnkit:appparse:1.0.3'
```
### *License*

rnkit-appstore is released under the [Apache 2.0 license](LICENSE).

### Thanks

- [apkparse](https://coding.net/u/javacore/p/apkparse/git)
- [moyanxuan_1993_2_24](http://blog.csdn.net/moyanxuan_1993_2_24/article/details/53612001)