blob: c56d864f56daecdafb069a646f43031bad6113b5 [file] [log] [blame]
{
"name": "PowerKit",
"version": "0.1.2",
"summary": "A utility framework for common cocoa implementation.",
"description": "A group of categories or subclasses that bring convenience to cocoa implementation.",
"homepage": "https://github.com/xushiyan/PowerKit",
"license": "MIT",
"authors": {
"XU SHIYAN": "xushiyan.1990@gmail.com"
},
"source": {
"git": "https://github.com/xushiyan/PowerKit.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PowerKit": [
"Pod/Assets/*.png"
]
},
"module_name": "PowerKit",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"MapKit"
]
}