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