[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 6 / a / jartest / 1.1.1 / jartest.podspec.json
blobbbf0ec262db0aa599bf9d8279592812f95c3cfce
2   "name": "jartest",
3   "version": "1.1.1",
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.1.1"
19   },
20   "resources": [
21     "jarbinder/main.template",
22     "jarbinder/lib/*.jar"
23   ],
24   "source_files": [
25     "jarbinder/src/main/java/*.java",
26     "jarbinder/xcode/jarbinder/*.{h,m}"
27   ],
28   "exclude_files": [
29     "**/Main.java",
30     "**/AppViewController.java"
31   ],
32   "requires_arc": true