| { |
| "name": "BZMReactor", |
| "version": "1.0.0", |
| "summary": "iOS App Framework.", |
| "description": "iOS App Framework using ObjC.", |
| "homepage": "https://github.com/tospery/BZMReactor", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "tospery": "tospery@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/tospery/BZMReactor.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "BZMReactor/Classes/**/*", |
| "resource_bundles": { |
| "BZMReactor": [ |
| "BZMReactor/Assets/*.png" |
| ] |
| }, |
| "frameworks": [ |
| "Foundation", |
| "UIKit", |
| "Accelerate", |
| "QuartzCore", |
| "CoreLocation", |
| "SystemConfiguration", |
| "AdSupport", |
| "WebKit", |
| "CoreGraphics", |
| "Photos" |
| ], |
| "dependencies": { |
| "QMUIKit/QMUICore": [ |
| "4.0.4" |
| ], |
| "QMUIKit/QMUIComponents/QMUILabel": [ |
| "4.0.4" |
| ], |
| "QMUIKit/QMUIComponents/QMUIButton": [ |
| "4.0.4" |
| ], |
| "QMUIKit/QMUIComponents/QMUIEmptyView": [ |
| "4.0.4" |
| ], |
| "RESTful": [ |
| "1.0.0" |
| ], |
| "CocoaLumberjack": [ |
| "3.6.0" |
| ], |
| "SDWebImage": [ |
| "5.4.0" |
| ], |
| "MJRefresh": [ |
| "3.3.1" |
| ], |
| "FCUUID": [ |
| "1.3.1" |
| ], |
| "WebViewJavascriptBridge": [ |
| "6.0.3" |
| ], |
| "PINCache": [ |
| "3.0.1-beta.8" |
| ], |
| "GVUserDefaults": [ |
| "1.0.2" |
| ], |
| "DZNEmptyDataSet": [ |
| "1.8.1" |
| ], |
| "JLRoutes": [ |
| "2.1" |
| ], |
| "TYAlertController": [ |
| "1.2.0" |
| ], |
| "Toast": [ |
| "4.0.0" |
| ], |
| "DKNightVersion": [ |
| "2.4.3" |
| ] |
| } |
| } |