[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 4 / 2 / 8 / KMMParseConfigurationManager / 2.0.0 / KMMParseConfigurationManager.podspec.json
blobc80e1b5f785ed6b45ec8d0068dc27ba9bc443dd7
2   "name": "KMMParseConfigurationManager",
3   "version": "2.0.0",
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": "2.0.0"
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.7"
31     ]
32   }