blob: e85a7677b4fe4acfbb2a305fdf9f92554cb3a9c7 [file] [log] [blame]
{
"name": "jartest",
"version": "1.2.2",
"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.2"
},
"resources": [
"jartest/src/main/java/**/*.java",
"jartest/lib/*.jar",
"jartest/gradle/**/*.*",
"jartest/build.gradle",
"jartest/gradlew",
"jartest/xcode/jartest/*.xcconfigjartest/Info.plist"
],
"source_files": [
"jartest/xcode/jartest/*.{h,m}"
],
"exclude_files": [
"**/AppViewController.java"
],
"requires_arc": true
}