blob: d3e3fd5c8a42d969e23f6300365010768765e2e5 [file] [log] [blame]
{
"name": "PowerKit",
"version": "0.1.4",
"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.4"
},
"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"
]
}