| { |
| "name": "WXBTools", |
| "version": "1.0.5", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "summary": "some utilities", |
| "homepage": "https://github.com/weixinbing/WXBTools", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "weixb": "183292352@qq.com" |
| }, |
| "social_media_url": "http://weibo.com/u/5348162268", |
| "source": { |
| "git": "https://github.com/weixinbing/WXBTools.git", |
| "tag": "1.0.5" |
| }, |
| "source_files": "WXBTools/*", |
| "requires_arc": true, |
| "dependencies": { |
| "YTKNetwork": [ |
| "~> 2.0.3" |
| ], |
| "Bugly": [ |
| "~> 2.4.2" |
| ], |
| "AFNetworking": [ |
| "~> 3.1.0" |
| ], |
| "FMDB": [ |
| "~> 2.6.2" |
| ], |
| "SDWebImage": [ |
| "~> 3.8.2" |
| ], |
| "Masonry": [ |
| "~> 1.0.0" |
| ], |
| "MJRefresh": [ |
| "~> 3.1.12" |
| ], |
| "MJExtension": [ |
| "~> 3.0.13" |
| ], |
| "ReactiveCocoa": [ |
| "2.5" |
| ], |
| "SVProgressHUD": [ |
| "~> 2.1.2" |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "Macro", |
| "source_files": "WXBTools/Macro/*" |
| }, |
| { |
| "name": "Public", |
| "source_files": "WXBTools/Public/*" |
| }, |
| { |
| "name": "Category", |
| "source_files": "WXBTools/Category/*" |
| }, |
| { |
| "name": "Notification", |
| "source_files": "WXBTools/Notification/*" |
| } |
| ] |
| } |