[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / a / 0 / PRKStyleManager / 0.1.0 / PRKStyleManager.podspec.json
blob2c3a5d0dd334e58673052d998b8545bbbce860ad
2   "name": "PRKStyleManager",
3   "version": "0.1.0",
4   "summary": "A lightweight, easy-to-use style or theme manager.",
5   "homepage": "https://github.com/passerbycrk/PRKStyleManager",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Passerbycrk": "passerbycrk@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/passerbycrk/PRKStyleManager.git",
15     "tag": "v0.1.0"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "ios": {
21     "frameworks": [
22       "Foundation",
23       "UIKit"
24     ]
25   },
26   "requires_arc": true,
27   "resources": "PRKStyleManager/PRKStyleDefaultResource.bundle",
28   "public_header_files": "PRKStyleManager/PRKStyleManagerKit.h",
29   "source_files": "PRKStyleManager/PRKStyleManagerKit.h",
30   "subspecs": [
31     {
32       "name": "Classes",
33       "source_files": "PRKStyleManager/*.{h,m}"
34     }
35   ]