| { |
| "name": "FileDrone", |
| "version": "0.2.0", |
| "summary": "A simple mechanism that allows you to track changes to your app's files.", |
| "homepage": "https://github.com/jellybeansoup/ios-filedrone", |
| "license": { |
| "type": "BSD", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Daniel Farrelly": "daniel@jellystyle.com" |
| }, |
| "source": { |
| "git": "https://github.com/jellybeansoup/ios-filedrone.git", |
| "tag": "v0.2.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "src/FileDrone/*.{h,m}", |
| "public_header_files": "src/FileDrone/*.h" |
| } |