| { |
| "name": "DALABAddressBook", |
| "version": "0.1.0", |
| "summary": "An ABAddressBook wrapper, extracted from the Dial project.", |
| "homepage": "https://github.com/jnic/DALABAddressBook", |
| "license": "MIT", |
| "authors": { |
| "James Nicholson": "git@nicholson.io" |
| }, |
| "source": { |
| "git": "https://github.com/jnic/DALABAddressBook.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/jameslnicholson", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "DALABAddressBook/*.{h,m}", |
| "frameworks": "AddressBook" |
| } |