blob: 2e6ac31582e638894a784d724002958ae18a8d57 [file] [log] [blame]
{
"name": "HeyWatch",
"version": "2.0.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": "2.0.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"requires_arc": true,
"source_files": "Classes",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
}
}