[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 0 / 4 / c / GBFeatureManager / 1.0.0 / GBFeatureManager.podspec.json
blobb8bd2547410389f3cf337fda1c2aaf87fe0dab5c
2   "name": "GBFeatureManager",
3   "version": "1.0.0",
4   "summary": "Simple iOS and Mac OS X feature manager for unlocking functionality (e.g. for IAP purchases).",
5   "homepage": "https://github.com/lmirosevic/GBFeatureManager",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "Luka Mirosevic": "luka@goonbee.com"
9   },
10   "platforms": {
11     "ios": "5.0"
12   },
13   "source": {
14     "git": "https://github.com/lmirosevic/GBFeatureManager.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "GBFeatureManager/GBFeatureManager.{h,m}",
18   "public_header_files": "GBFeatureManager/GBFeatureManager.h",
19   "requires_arc": true,
20   "dependencies": {
21     "GBToolbox": [
23     ],
24     "GBStorage": [
25       "~> 2.1"
26     ]
27   }