blob: 6a9b1256d9669c193b0b93c8b353306dd111c39c [file] [log] [blame]
{
"name": "jartest",
"version": "1.1.7",
"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.7"
},
"resources": [
"jartest/src/main/java/**/*.java",
"jartest/lib/*.jar",
"jartest/gradle/**/*.*",
"jartest/build.gradle",
"jartest/gradlew"
],
"source_files": [
"jartest/xcode/jartest/*.{h,m,xcconfig}"
],
"exclude_files": [
"**/Main.java",
"**/AppViewController.java"
],
"requires_arc": true
}