| { |
| "name": "Skadi", |
| "version": "0.0.1", |
| "summary": "A Network tool for ios with Swift.", |
| "description": "A Network tool for ios with Swift ......", |
| "homepage": "https://github.com/mrchenhao/Skadi", |
| "license": "MIT", |
| "authors": { |
| "HarriesChen": "info@mrchenhao.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/mrchenhao/Skadi.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/*.swift" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ] |
| } |