blob: 17346e01b685ad6c7336b7f688307e1c62d33996 [file] [log] [blame]
{
"name": "HRCMP_Category",
"version": "0.2.0",
"summary": "HRCMP_Category",
"description": "Risenb iOS Development Components of HRCMP_Category",
"homepage": "https://git.oschina.net",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"穆英波": "obgniyum@icloud.com"
},
"source": {
"git": "https://git.oschina.net/hongruisibo_iOS/HRCMP_Category.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HRCMP_Category/Classes/*.{h}",
"subspecs": [
{
"name": "Foundation",
"source_files": "HRCMP_Category/Classes/Foundation/*.{h,m}",
"subspecs": [
{
"name": "NSArray",
"source_files": "HRCMP_Category/Classes/Foundation/NSArray/*.{h,m}"
}
]
},
{
"name": "UIKit",
"source_files": "HRCMP_Category/Classes/UIKit/*.{h,m}",
"subspecs": [
{
"name": "UIView",
"source_files": "HRCMP_Category/Classes/UIKit/UIView/*.{h,m}"
},
{
"name": "UIButton",
"source_files": "HRCMP_Category/Classes/UIKit/UIButton/*.{h,m}"
}
]
}
]
}