blob: 58b9618d646541e420b20f9e9d2ee9cacf616092 [file] [log] [blame]
{
"name": "jartest",
"version": "1.2.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.2.5"
},
"source_files": [
"xcode/jartest/*.{h,m}"
],
"resources": [
"src/main/java/**/*.java",
"lib/*.jar",
"gradle/**/*.*",
"build.gradle",
"gradlew"
],
"exclude_files": [
"**/AppViewController.java",
"**/AppDelegate.{h,m}",
"**/main.cpp"
],
"requires_arc": true
}