blob: 890845570da49bebc52067ba167191bc81eef882 [file] [log] [blame]
{
"name": "ASCocoaCategory",
"version": "0.0.2",
"summary": "A collection of UIKit and NSFoundation categories.",
"description": "A collection of UIKit and NSFoundation categories, make convenience methods to easily use. [tags:cocoa,objective-c,ios,mac,category]",
"homepage": "https://github.com/AppScaffold/ASCocoaCategory.git",
"license": "MIT",
"authors": {
"squarezw": "square.zhao.wei@gmail.com"
},
"source": {
"git": "https://github.com/AppScaffold/ASCocoaCategory.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ASCocoaCategory": [
"Pod/Assets/*.png"
]
}
}