blob: 30100ddc9951bfb5cb387f042b8787478e81e5d8 [file] [log] [blame]
{
"name": "HWKit",
"version": "0.1.0",
"summary": "常用ObjC工具",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/xiaoniu2014",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hongw": "hongwei@ctrip.com"
},
"source": {
"git": "https://github.com/xiaoniu2014/HWKit.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/hongw_666",
"platforms": {
"ios": "8.0"
},
"source_files": "HWKit/Classes/**/*",
"subspecs": [
{
"name": "JMCRouter",
"source_files": "HWKit/Classes/JMCRouter/**/*"
},
{
"name": "UIFoundation",
"source_files": "HWKit/Classes/UIFoundation/**/*"
},
{
"name": "UIKit",
"source_files": "HWKit/Classes/UIKit/**/*"
}
]
}