[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 4 / 5 / 8 / teemov2 / 2.2.1 / teemov2.podspec.json
blob95dbe956e555d7a4cb53d1fabf56f944cf55f88c
2   "name": "teemov2",
3   "version": "2.2.1",
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.1"
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       }
45     },
46     {
47       "name": "TMOFMDB",
48       "platforms": {
49         "ios": "5.0"
50       },
51       "source_files": "TeemoSubmodule/TMOFMDB/*.{h,m}",
52       "dependencies": {
53         "FMDB": [
54           "~> 2.2"
55         ]
56       }
57     },
58     {
59       "name": "TMOSmarty",
60       "platforms": {
61         "ios": "5.0"
62       },
63       "source_files": "TeemoSubmodule/TMOSmarty/*.{h,m}",
64       "dependencies": {
65         "teemov2/Core": [
67         ]
68       }
69     },
70     {
71       "name": "TMOTextKit",
72       "platforms": {
73         "ios": "6.0"
74       },
75       "source_files": "TeemoSubmodule/TMOAttributedLabel/*.{h,m}",
76       "dependencies": {
77         "NimbusKit-AttributedLabel": [
79         ],
80         "teemov2/Core": [
82         ]
83       }
84     },
85     {
86       "name": "TMOSecurity",
87       "platforms": {
88         "ios": "5.0"
89       },
90       "source_files": "TeemoSubmodule/TMOSecurity/*.{h,m}",
91       "dependencies": {
92         "teemov2/Core": [
94         ],
95         "SSKeychain": [
97         ],
98         "RNCryptor": [
99           "~> 2.2"
100         ]
101       }
102     }
103   ]