[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 6 / a / jartest / 1.2.3 / jartest.podspec.json
blobf52da0d858181bedb42d2a9450f8b17d5378fa2b
2   "name": "jartest",
3   "version": "1.2.3",
4   "homepage": "https://github.com/kovacsi/jartest/",
5   "license": {
6     "type": "EPL",
7     "file": "LICENSE.txt"
8   },
9   "authors": {
10     "Migeran": "support@migeran.com"
11   },
12   "summary": "Simple cocoapods test",
13   "platforms": {
14     "ios": "8.4"
15   },
16   "source": {
17     "git": "https://github.com/kovacsi/jartest.git",
18     "tag": "1.2.3"
19   },
20   "source_files": [
21     "jartest/xcode/jartest/*.{h,m}"
22   ],
23   "resources": [
24     "jartest/src/main/java/**/*.java",
25     "jartest/lib/*.jar",
26     "jartest/gradle/**/*.*",
27     "jartest/build.gradle",
28     "jartest/gradlew",
29     "jartest/xcode/jartest/*.xcconfig"
30   ],
31   "exclude_files": [
32     "**/AppViewController.java",
33     "**/AppDelegate.{h,m}",
34     "**/main.cpp"
35   ],
36   "requires_arc": true