blob: e301439ef97a8d0da3bb1df15290caee075d5132 [file] [log] [blame]
{
"name": "TPiOSFramework",
"version": "1.2.5",
"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.2.5"
},
"source_files": "TPFrequentlyDemo/Category/*.{h,m}",
"requires_arc": true,
"dependencies": {
"Masonry": [
"~>0.6.4"
]
},
"subspecs": [
{
"name": "TPMenuItemsView",
"source_files": "TPFrequentlyDemo/TPView/**/*.{h,m}"
},
{
"name": "TPAudio",
"source_files": "TPFrequentlyDemo/TPAudio/*.{h,m}",
"ios": {
"vendored_frameworks": "TPFrequentlyDemo/TPAudio/lame.framework"
}
}
]
}