blob: a2ab07e44fe042a5b9521c11bef88654dc425e94 [file] [log] [blame]
{
"name": "ASPrivateKit",
"version": "0.1.1",
"summary": "工具类",
"description": "开发过程中不断沉淀的工具类,持续更新",
"homepage": "https://github.com/Andrewmika/ASPrivateKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrewmika": "iandrew@126.com"
},
"source": {
"git": "https://github.com/Andrewmika/ASPrivateKit.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ASPrivateKit/Classes/**/*",
"subspecs": [
{
"name": "UIExtension",
"source_files": "ASPrivateKit/Classes/UIExtension/**/*",
"dependencies": {
"Masonry": [
]
}
},
{
"name": "Utility",
"source_files": "ASPrivateKit/Classes/Utility/**/*"
}
]
}