| { |
| "name": "TTRabbit", |
| "version": "0.0.1", |
| "summary": "你可能会用到的基础库", |
| "description": "开发中常用的基础功能库。基于YYCategory,不断扩充中...", |
| "homepage": "https://github.com/rollingstoneW/TTKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "rollingstoneW": "190268198@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/rollingstoneW/TTKit.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "TTKit/Classes/**/*", |
| "resource_bundles": { |
| "TTKit": [ |
| "TTKit/Assets/**/*.*" |
| ] |
| }, |
| "public_header_files": "Pod/Classes/**/*.h", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "dependencies": { |
| "Masonry": [ |
| |
| ], |
| "MJRefresh": [ |
| |
| ], |
| "SDWebImage": [ |
| |
| ], |
| "YYCategories": [ |
| |
| ], |
| "MBProgressHUD": [ |
| |
| ] |
| } |
| } |