blob: 271a92cdeab1df51b410da7e6c33d4f32d52f206 [file] [log] [blame]
{
"name": "jartest",
"version": "1.1.5",
"homepage": "https://github.com/kovacsi/jartest/",
"license": {
"type": "EPL",
"file": "LICENSE.txt"
},
"authors": {
"Migeran": "support@migeran.com"
},
"summary": "Simple cocoapods test",
"platforms": {
"ios": "8.4"
},
"source": {
"git": "https://github.com/kovacsi/jartest.git",
"tag": "1.1.5"
},
"resources": [
"jarbinder/src/main/java/**/*.java",
"jarbinder/lib/*.jar",
"jarbinder/gradle/**/*.*",
"jarbinder/build.gradle",
"jarbinder/gradlew"
],
"source_files": [
"jarbinder/xcode/jarbinder/*.{h,m}"
],
"exclude_files": [
"**/Main.java",
"**/AppViewController.java"
],
"requires_arc": true
}