| { |
| "name": "EasyIOS-Swift", |
| "version": "1.0.1", |
| "summary": "The Swift version of EasyIOS", |
| "description": " EasyIOS is a new generation of development framework based on `Model-View-ViewModel` ,`HTML To Native`,`Live Load`.\n", |
| "homepage": "https://github.com/EasyIOS/EasyIOS-Swift", |
| "license": "MIT", |
| "authors": { |
| "zhuchao": "zhuchao@iosx.me" |
| }, |
| "source": { |
| "git": "https://github.com/EasyIOS/EasyIOS-Swift.git", |
| "tag": "1.0.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "module_name": "EasyIOS", |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "EasyIOS-Swift": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "dependencies": { |
| "HanekeSwift": [ |
| |
| ], |
| "Bond": [ |
| |
| ], |
| "Alamofire": [ |
| |
| ], |
| "SnapKit": [ |
| |
| ], |
| "Kingfisher": [ |
| |
| ], |
| "ObjectMapper": [ |
| |
| ], |
| "TTTAttributedLabel": [ |
| |
| ] |
| }, |
| "public_header_files": [ |
| "Pod/Classes/Easy/**/*.h", |
| "Pod/Classes/Extend/**/*.h", |
| "Pod/Classes/Private/**/*.h" |
| ], |
| "frameworks": "UIKit" |
| } |