[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / e / 5 / c / TTVideoEngine / 0.1.0 / TTVideoEngine.podspec.json
blobc84d055ef12692ffd52d76b9d3a5f38052f3d409
2   "name": "TTVideoEngine",
3   "version": "0.1.0",
4   "summary": "A short description of TTVideoEngine.",
5   "description": "It's description of the TTVideoEngine, blablabla...",
6   "homepage": "http://bbtgit.bangbangtown.cn/bbt-client-components/TTVideoEngine",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Matcha00": "chmatcha00@gmail.com"
13   },
14   "source": {
15     "git": "git@git.bonbon.club:bbt-client-components/TTVideoEngine.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "TTVideoSDK",
22   "subspecs": [
23     {
24       "name": "TTVideoSDK",
25       "pod_target_xcconfig": {
26         "OTHER_LDFLAGS": "-all_load"
27       },
28       "source_files": [
29         "TTVideoEngine/Classes/TTVideoSDK/*.{h,m,mm}",
30         "TTVideoEngine/Classes/TTVideoSDK/*.framework/Headers/*.{h,m,mm}"
31       ],
32       "public_header_files": [
33         "TTVideoEngine/Classes/TTVideoSDK/*.{h,m,mm}",
34         "TTVideoEngine/Classes/TTVideoSDK/*.framework/Headers/*.{h,m,mm}"
35       ],
36       "vendored_frameworks": [
37         "TTVideoEngine/Classes/TTVideoSDK/*.framework"
38       ]
39     }
40   ]