| { |
| "name": "ContactsPicker", |
| "version": "0.0.1", |
| "summary": "Library for easy contacts accesss supporting >= iOS8.", |
| "homepage": "https://github.com/kunai-consulting/ContactsPicker", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Piotr Zmudzinski": "ptr.zmudzinski@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/kunai-consulting/ContactsPicker.git", |
| "branch": "master", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "ContactsPicker/**/*.{swift}", |
| "ContactsPicker" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "frameworks": [ |
| "Contacts", |
| "AddressBook" |
| ] |
| } |