[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / a / f / TPiOSFramework / 1.3.0 / TPiOSFramework.podspec.json
blobbd0430747f43a095173bb66cd6efd8cd7f1229f4
2   "name": "TPiOSFramework",
3   "version": "1.3.0",
4   "summary": "tupo framework",
5   "homepage": "https://github.com/wanglanshou",
6   "license": "mit",
7   "authors": {
8     "Wang Lanshou": "782699669@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/wanglanshou/TPFramework.git",
15     "tag": "1.3.0"
16   },
17   "source_files": "TPFrequentlyDemo/Category/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "Masonry": [
21       "~>0.6.4"
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "TPMenuItemsView",
27       "source_files": "TPFrequentlyDemo/TPView/**/*.{h,m}"
28     },
29     {
30       "name": "TPAudio",
31       "source_files": "TPFrequentlyDemo/TPAudio/*.{h,m}",
32       "ios": {
33         "vendored_frameworks": "TPFrequentlyDemo/TPAudio/lame.framework"
34       }
35     }
36   ]