| { | |
| "name": "AFAddressBookManager", | |
| "version": "0.1", | |
| "summary": "Get contacts from AddressBook by their phone numbers.", | |
| "homepage": "https://github.com/Fogh/AFAddressBookManager", | |
| "license": "MIT", | |
| "authors": { | |
| "Anders Fogh Eriksen": "andfogh@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/Fogh/AFAddressBookManager.git", | |
| "tag": "v0.1" | |
| }, | |
| "platforms": { | |
| "ios": "6.0" | |
| }, | |
| "source_files": "AFAddressBookManager/*.{h,m}", | |
| "frameworks": "AddressBook", | |
| "requires_arc": true | |
| } |