| { | |
| "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" | |
| ] | |
| } | |
| } |