blob: 15e6f1d4cf5497b254028d9ba384a02cf33285b9 [file] [log] [blame]
{
"name": "jartest",
"version": "1.1.3",
"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.3"
},
"resources": [
"jarbinder/buildscript",
"jarbinder/lib/*.jar"
],
"source_files": [
"jarbinder/src/main/java/**/*.java",
"jarbinder/xcode/jarbinder/*.{h,m}"
],
"exclude_files": [
"**/Main.java",
"**/AppViewController.java"
],
"requires_arc": true
}