blob: 7fd5f0a8a8f83dcbf92298787672ebc8d7135b44 [file] [log] [blame]
{
"name": "ICECategory",
"version": "1.0.3",
"summary": "常用的Category",
"description": "TODO: This is a simple custom Category.",
"homepage": "https://github.com/My-Pod/ICECategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gumengxiao": "rare_ice@163.com"
},
"source": {
"git": "https://github.com/My-Pod/ICECategory.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "7.0"
},
"source_files": "ICECategory/*.{h,m}",
"subspecs": [
{
"name": "Foundation",
"source_files": "ICECategory/Foundation/*.{h,m}"
},
{
"name": "UIKit",
"source_files": "ICECategory/UIKit/*.{h,m}"
}
]
}