[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 9 / 4 / FlipTheSwitch / 1.0.2 / FlipTheSwitch.podspec.json
blobf1b3e60d98a041b59e8ba54b433b072eee0a1c29
2   "name": "FlipTheSwitch",
3   "version": "1.0.2",
4   "summary": "A simple library to help enabling/disabling features on iOS/Mac applications.",
5   "authors": {
6     "Michael England": "mg.england@gmail.com",
7     "Rob Siwek": "rob@robsiwek.com"
8   },
9   "homepage": "https://github.com/michaelengland/FlipTheSwitch",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "source": {
15     "git": "https://github.com/michaelengland/FlipTheSwitch.git",
16     "tag": "1.0.2"
17   },
18   "osx": {
19     "source_files": "Classes/FlipTheSwitch/Shared/*.{h,m}",
20     "public_header_files": "Classes/FlipTheSwitch/Shared/*.h"
21   },
22   "platforms": {
23     "osx": "10.8",
24     "ios": "7.0"
25   },
26   "ios": {
27     "source_files": "Classes/FlipTheSwitch/**/*.{h,m}",
28     "public_header_files": "Classes/FlipTheSwitch/**/*.h",
29     "resource_bundles": {
30       "FlipTheSwitch": "Resources/FlipTheSwitch/*.storyboard"
31     }
32   },
33   "requires_arc": true