| { |
| "name": "teemov2", |
| "version": "2.2.0", |
| "summary": "TeemoV2 - The iOS framework that grows your app fast", |
| "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", |
| "homepage": "https://github.com/duowan/teemov2", |
| "license": "MIT", |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "authors": { |
| "PonyCui": "cuis@vip.qq.com" |
| }, |
| "default_subspecs": "Core", |
| "source": { |
| "git": "https://github.com/duowan/teemov2.git", |
| "tag": "2.2.0" |
| }, |
| "requires_arc": true, |
| "subspecs": [ |
| { |
| "name": "Core", |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source_files": [ |
| "TeemoFramework", |
| "TeemoFramework/**/*.{h,m}" |
| ], |
| "preserve_paths": "TeemoFramework/**/*.{php}", |
| "dependencies": { |
| "gtm-http-fetcher": [ |
| "~> 1.0.129" |
| ], |
| "Reachability": [ |
| "~> 3.1.1" |
| ], |
| "MBProgressHUD": [ |
| "~> 0.8" |
| ], |
| "Objective-LevelDB": [ |
| "~> 2.0.6" |
| ], |
| "RNCryptor": [ |
| "~> 2.2" |
| ], |
| "SSKeychain": [ |
| |
| ], |
| "TMOTableView": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "TMOFMDB", |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source_files": "TeemoSubmodule/TMOFMDB/*.{h,m}", |
| "dependencies": { |
| "FMDB": [ |
| "~> 2.2" |
| ] |
| } |
| }, |
| { |
| "name": "TMOSmarty", |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source_files": "TeemoSubmodule/TMOSmarty/*.{h,m}", |
| "dependencies": { |
| "teemov2/Core": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "TMOTextKit", |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source_files": "TeemoSubmodule/TMOAttributedLabel/*.{h,m}", |
| "dependencies": { |
| "NimbusKit-AttributedLabel": [ |
| |
| ], |
| "teemov2/Core": [ |
| |
| ] |
| } |
| } |
| ] |
| } |