| { |
| "name": "CarrotSDK", |
| "version": "0.5.0", |
| "summary": "Carrot is the beacon management system for everyone.", |
| "description": "Carrot is the beacon management system for everyone. This is the corresponding iOS SDK.", |
| "homepage": "http://github.com/CarrotBCMS/CarrotSDK", |
| "license": "GPLv3", |
| "authors": { |
| "Heiko Dreyer": "mail@boxedfolder.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/CarrotBCMS/CarrotSDK.git", |
| "tag": "0.5.0" |
| }, |
| "source_files": "Source/**/*.{h,m}", |
| "public_header_files": "Source/**/*.h", |
| "requires_arc": true, |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 2.0" |
| ] |
| } |
| } |