blob: 1a124e241b5c392a2ffa6e31cfe0cca8217b6312 [file] [log] [blame]
{
"name": "PodioKit",
"version": "2.0.0-beta2",
"source": {
"git": "https://github.com/podio/podio-objc.git",
"tag": "2.0.0-beta2"
},
"summary": "PodioKit is an Objective-C client library for the Podio API.",
"homepage": "https://github.com/podio/podio-objc",
"license": "MIT",
"authors": {
"Sebastian Rehnby": "sebastian@podio.com",
"Romain Briche": "briche@podio.com"
},
"source_files": "PodioKit/**/*.{h,m}",
"public_header_files": "PodioKit/**/*.h",
"prefix_header_file": "PodioKit/PodioKit-Prefix.pch",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}