[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 4 / 2 / 8 / KMMParseConfigurationManager / 1.0.1 / KMMParseConfigurationManager.podspec.json
blobf86dd191ea50bbd8c3ab3a96f1128e71979192f9
2   "name": "KMMParseConfigurationManager",
3   "version": "1.0.1",
4   "summary": "A wrapper for PFConfig that allows the use of local configuration.",
5   "description": "                        A configuration manager that integrates with Parse to provide a local backup of configuration variables in case Parse is unavailable when you first run your app.\n",
6   "homepage": "https://github.com/kerrmarin/KMMParseConfigurationManager",
7   "license": "MIT",
8   "authors": {
9     "Kerr Marin Miller": "kerr@kerrmarin.com"
10   },
11   "source": {
12     "git": "https://github.com/kerrmarin/KMMParseConfigurationManager.git",
13     "tag": "1.0.1"
14   },
15   "social_media_url": "https://twitter.com/kerrmarin",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "resource_bundles": {
22     "KMMParseConfigurationManager": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h",
27   "frameworks": "UIKit",
28   "dependencies": {
29     "Parse": [
30       "~> 1.6"
31     ]
32   }