blob: f0d00e92b0618494152b3ed70a7d55949df49d49 [file] [log] [blame]
{
"name": "HeyWatch",
"version": "0.1.0",
"summary": "HeyWatch Objective-C client library",
"description": " HeyWatch is a cloud video encoding service\n",
"homepage": "http://www.heywatchencoding.com",
"license": "MIT",
"authors": {
"Bruno Celeste": "bruno@heywatch.com"
},
"source": {
"git": "https://github.com/HeyWatch/heywatch-objc.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"requires_arc": true,
"source_files": "Classes",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
},
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}