blob: e45ee1ae8ae13d26f9291e45fc90eff85d9c3ced [file] [log] [blame]
{
"name": "J2ObjC-Framework",
"version": "0.9.8.2.10",
"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": "v0.9.8.2.10"
},
"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\""
}
}