| { |
| "name": "FlipTheSwitch", |
| "version": "1.0.1", |
| "summary": "A simple library to help enabling/disabling features on iOS/Mac applications.", |
| "authors": { |
| "Michael England": "mg.england@gmail.com", |
| "Rob Siwek": "rob@robsiwek.com" |
| }, |
| "homepage": "https://github.com/michaelengland/FlipTheSwitch", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "source": { |
| "git": "https://github.com/michaelengland/FlipTheSwitch.git", |
| "tag": "1.0.1" |
| }, |
| "osx": { |
| "source_files": "Classes/FlipTheSwitch/Shared/*.{h,m}", |
| "public_header_files": "Classes/FlipTheSwitch/Shared/*.h" |
| }, |
| "platforms": { |
| "osx": "10.8", |
| "ios": "7.0" |
| }, |
| "ios": { |
| "source_files": "Classes/FlipTheSwitch/**/*.{h,m}", |
| "public_header_files": "Classes/FlipTheSwitch/**/*.h", |
| "resource_bundles": { |
| "FlipTheSwitch": "Resources/FlipTheSwitch/*.storyboard" |
| } |
| }, |
| "requires_arc": true |
| } |