| { | |
| "name": "ContactsManager", | |
| "version": "0.1", | |
| "summary": "Obtain and manage your device contacts in a easy way.", | |
| "homepage": "https://github.com/Kekiiwaa/ContactsManager", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": "Sebastian Gomez Osorio", | |
| "source": { | |
| "git": "https://github.com/Kekiiwaa/ContactsManager.git", | |
| "tag": "0.1" | |
| }, | |
| "source_files": [ | |
| "ContactsManager", | |
| "ContactsManager/*.{h,m}" | |
| ], | |
| "frameworks": "UIKit", | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "requires_arc": false | |
| } |