blob: 55e9e329865a28436efe2c155b14422025908db8 [file] [log] [blame]
{
"name": "HWCategoryList",
"version": "0.0.1",
"summary": "collection some ios category",
"description": "UIKit and Foundation category",
"homepage": "https://github.com/HeathWang/CategoryPod",
"license": "MIT",
"authors": {
"HeathWang": "yishu.jay@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/HeathWang/CategoryPod.git",
"tag": "0.0.1"
},
"source_files": "CategoryPod/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}