| { |
| "name": "SwiftCommonIOS", |
| "version": "1.0.5", |
| "summary": "Common Swift IOS extensions and helpers.", |
| "description": "Swift extensions and helpers for OS. UIApplication, UIView etc.", |
| "homepage": "https://bitbucket.org/NullPlague/swiftcommonios", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": "Andrew Bradnan", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/andrewbradnan/swiftcommonios.git", |
| "tag": "1.0.5" |
| }, |
| "source_files": [ |
| "Classes", |
| "SwiftCommonIOS/**/*.{swift}" |
| ], |
| "dependencies": { |
| "SwiftCommon": [ |
| "~> 1.0.0" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |