[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 4 / 5 / 8 / teemov2 / 2.2.0 / teemov2.podspec.json
blob730bb26fbd6ccb5a73e269a70063b61065249ef3
2   "name": "teemov2",
3   "version": "2.2.0",
4   "summary": "TeemoV2 - The iOS framework that grows your app fast",
5   "description": "                   TeemoV2 - The iOS framework that grows your app fast (此开发框架由多玩游戏负责维护,提供邮件级技术支持)\n                   Teemo:Teemo, a short-legged animals, escape fast, favorite mushroom, well known as \"Group fights can lose, Teemo must die!\".\n                   Teemo:提莫,一种短腿动物,逃跑超快,最爱蘑菇,素有“团战可以输,提莫必须死!”的美称\n",
6   "homepage": "https://github.com/duowan/teemov2",
7   "license": "MIT",
8   "platforms": {
9     "ios": "6.0"
10   },
11   "authors": {
12     "PonyCui": "cuis@vip.qq.com"
13   },
14   "default_subspecs": "Core",
15   "source": {
16     "git": "https://github.com/duowan/teemov2.git",
17     "tag": "2.2.0"
18   },
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Core",
23       "platforms": {
24         "ios": "5.0"
25       },
26       "source_files": [
27         "TeemoFramework",
28         "TeemoFramework/**/*.{h,m}"
29       ],
30       "preserve_paths": "TeemoFramework/**/*.{php}",
31       "dependencies": {
32         "gtm-http-fetcher": [
33           "~> 1.0.129"
34         ],
35         "Reachability": [
36           "~> 3.1.1"
37         ],
38         "MBProgressHUD": [
39           "~> 0.8"
40         ],
41         "Objective-LevelDB": [
42           "~> 2.0.6"
43         ],
44         "RNCryptor": [
45           "~> 2.2"
46         ],
47         "SSKeychain": [
49         ],
50         "TMOTableView": [
52         ]
53       }
54     },
55     {
56       "name": "TMOFMDB",
57       "platforms": {
58         "ios": "5.0"
59       },
60       "source_files": "TeemoSubmodule/TMOFMDB/*.{h,m}",
61       "dependencies": {
62         "FMDB": [
63           "~> 2.2"
64         ]
65       }
66     },
67     {
68       "name": "TMOSmarty",
69       "platforms": {
70         "ios": "5.0"
71       },
72       "source_files": "TeemoSubmodule/TMOSmarty/*.{h,m}",
73       "dependencies": {
74         "teemov2/Core": [
76         ]
77       }
78     },
79     {
80       "name": "TMOTextKit",
81       "platforms": {
82         "ios": "6.0"
83       },
84       "source_files": "TeemoSubmodule/TMOAttributedLabel/*.{h,m}",
85       "dependencies": {
86         "NimbusKit-AttributedLabel": [
88         ],
89         "teemov2/Core": [
91         ]
92       }
93     }
94   ]