blob: 1ab8e0768bbd9a5ec399af42b664775337291cdc [file] [log] [blame]
{
"name": "cineio-ios",
"version": "0.1.2",
"summary": "cine.io iOS SDK",
"description": " iOS SDK for interacting with the cine.io API.\n",
"homepage": "https://github.com/cine-io/cineio-ios",
"license": "MIT",
"authors": {
"Jeffrey Wescott": "jeffrey@cine.io"
},
"source": {
"git": "https://github.com/cine-io/cineio-ios.git",
"tag": "0.1.2"
},
"requires_arc": false,
"header_dir": "cineio",
"source_files": [
"cineio-ios/cineio-ios/*.h",
"cineio-ios/cineio-ios/*.m"
],
"frameworks": [
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~> 2.2.4"
]
},
"platforms": {
"ios": "6.0"
}
}