| { |
| "name": "SwiftMKit", |
| "version": "1.0.1", |
| "summary": "Swift Kit used on iOS.", |
| "description": "It is a swift kit used on iOS, which implement by Swift.", |
| "homepage": "https://github.com/cdtschange/SwiftMKit", |
| "license": "MIT", |
| "authors": { |
| "山天大畜": "cdts_change@aliyun.com" |
| }, |
| "source": { |
| "git": "https://github.com/cdtschange/SwiftMKit.git", |
| "tag": "1.0.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "SwiftMKit/**/*.{swift}", |
| "frameworks": [ |
| "Foundation", |
| "CoreGraphics", |
| "UIKit" |
| ], |
| "dependencies": { |
| "Alamofire": [ |
| |
| ], |
| "CocoaLumberjack/Swift": [ |
| |
| ], |
| "ReactiveCocoa": [ |
| |
| ] |
| } |
| } |