blob: f1b3e60d98a041b59e8ba54b433b072eee0a1c29 [file] [log] [blame]
{
"name": "FlipTheSwitch",
"version": "1.0.2",
"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.2"
},
"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
}