blob: 7129637c8aee6707f91917f6f2b48c244ee36e27 [file] [log] [blame]
{
"name": "ParseSDK",
"version": "1.1.4",
"summary": "Parse custom sdk library",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://bitbucket.org/gstudiomoscow/parsesdk",
"authors": {
"Gstudio": "alexandr@gstudio.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://alexandrgstudio@bitbucket.org/gstudiomoscow/parsesdk.git",
"tag": "1.1.4"
},
"source_files": "Classes/**/**/**/*.{h,m}",
"public_header_files": "Classes/**/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"YYModel": [
]
}
}