blob: 2c3a5d0dd334e58673052d998b8545bbbce860ad [file] [log] [blame]
{
"name": "PRKStyleManager",
"version": "0.1.0",
"summary": "A lightweight, easy-to-use style or theme manager.",
"homepage": "https://github.com/passerbycrk/PRKStyleManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Passerbycrk": "passerbycrk@gmail.com"
},
"source": {
"git": "https://github.com/passerbycrk/PRKStyleManager.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": "5.0"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"requires_arc": true,
"resources": "PRKStyleManager/PRKStyleDefaultResource.bundle",
"public_header_files": "PRKStyleManager/PRKStyleManagerKit.h",
"source_files": "PRKStyleManager/PRKStyleManagerKit.h",
"subspecs": [
{
"name": "Classes",
"source_files": "PRKStyleManager/*.{h,m}"
}
]
}