blob: 7ef9d7dc1caf1991baeb71a92ca21dce87d1699c [file] [log] [blame]
{
"name": "PodioKit",
"version": "1.1.0",
"source": {
"git": "https://github.com/podio/podio-ios.git",
"tag": "1.1.0"
},
"summary": "PodioKit is an Objective-C client library for the Podio API.",
"homepage": "https://developers.podio.com/clients/ios",
"license": "MIT",
"authors": {
"Sebastian Rehnby": "sebastian@podio.com"
},
"source_files": "PodioKit/**/*.{h,m}",
"public_header_files": "PodioKit/**/*.h",
"prefix_header_file": "PodioKit/PodioKit-Prefix.pch",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.8"
},
"frameworks": "CoreData",
"dependencies": {
"AFNetworking": [
"1.1.0"
]
}
}