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