blob: dcfdefff5765fb288a4a4fde5a68a9e7fd3f1f18 [file] [log] [blame]
{
"name": "Pdef",
"version": "1.2.0",
"summary": "Pdef Objective-C descriptors, formats and rpc.",
"homepage": "https://github.com/pdef/pdef-objc",
"license": "Apache License 2.0",
"authors": {
"Ivan Korobkov": "ivan.korobkov@gmail.com"
},
"source": {
"git": "https://github.com/pdef/pdef-objc.git",
"tag": "v1.2.0"
},
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": [
"Pdef",
"Pdef/*.{h,m}"
],
"public_header_files": "Pdef/*.h",
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}