blob: 4ce184083546d39c37f86ec4a910d539800e4237 [file] [log] [blame]
{
"name": "Evercam",
"version": "1.0.2",
"summary": "Objective C Evercam API Wrapper",
"homepage": "http://www.evercam.io/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Liuting": "liuting@evercam.io"
},
"source": {
"git": "https://github.com/evercam/evercam-objc.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Evercam/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}