blob: c53bcefc3ebef3bd03992c3d919a2dcb4010626d [file] [log] [blame]
{
"name": "TPiOSFramework",
"version": "1.1.6",
"summary": "tupo framework",
"homepage": "https://github.com/wanglanshou",
"license": "mit",
"authors": {
"Wang Lanshou": "782699669@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wanglanshou/TPFramework.git",
"tag": "1.1.6"
},
"source_files": "Category/*.{h,m}",
"requires_arc": true,
"dependencies": {
"Masonry": [
"~>0.6.4"
]
},
"subspecs": [
{
"name": "TPMenuItemsView",
"source_files": "TPView/**/*.{h,m}"
}
]
}