blob: 4fb95b07b73d8d7f9816828bf89e4337e5195bd4 [file] [log] [blame]
{
"name": "PodioKit",
"version": "2.0.0",
"source": {
"git": "https://github.com/podio/podio-objc.git",
"tag": "2.0.0"
},
"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,
"default_subspecs": "Common",
"subspecs": [
{
"name": "Common",
"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"
}
},
{
"name": "Push",
"source_files": "PodioKit/Push/**/*.{h,m}",
"public_header_files": "PodioKit/Push/**/*.h",
"dependencies": {
"PodioKit/Common": [
],
"DDCometClient": [
"~> 1.0"
],
"FXReachability": [
"~> 1.3"
]
}
}
]
}