blob: 711474b036dc98203d4b2f9522ee5fb9cf8cde83 [file] [log] [blame]
{
"name": "J2ObjC-Framework",
"version": "1.0.2",
"summary": "Frameworked version of J2ObjC",
"homepage": "https://actor.im/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Actor LLC": "steve@actor.im"
},
"source": {
"git": "https://github.com/actorapp/J2ObjC-Framework.git",
"tag": "v1.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": "Security",
"libraries": [
"icucore",
"z"
],
"prepare_command": "Scripts/download.sh",
"preserve_paths": [
"Frameworks/j2objc.framework",
"Distributive",
"install.sh"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/J2ObjC-Framework/Frameworks\""
}
}