blob: 7183fa46ee0d5d7d4e01f35aa5be1fa93cdb4421 [file] [log] [blame]
{
"name": "PodioKit",
"version": "2.0.0-beta5",
"source": {
"git": "https://github.com/podio/podio-objc.git",
"tag": "2.0.0-beta5"
},
"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"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "PodioKit/Common/**/*.{h,m}",
"public_header_files": "PodioKit/Common/**/*.h",
"prefix_header_file": "PodioKit/Common/PodioKit-Prefix.pch",
"ios": {
"source_files": "PodioKit/UIKit/**/*.{h,m}",
"public_header_files": "PodioKit/UIKit/*.h",
"frameworks": "UIKit"
}
}