| { |
| "name": "Freestyler", |
| "version": "1.0.0", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.txt" |
| }, |
| "homepage": "https://github.com/cayugasoft/Freestyler", |
| "authors": { |
| "Alexander Doloz": "adoloz@cayugasoft.com" |
| }, |
| "summary": "Swift 3 framework for styling + big set of styles for builtin UIView subclasses", |
| "description": "Freestyler provides styles and protocols so you can perform theming of your application with ease.", |
| "source": { |
| "git": "https://github.com/cayugasoft/Freestyler.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "Freestyler/**/*.swift", |
| "ios": { |
| "frameworks": "UIKit" |
| }, |
| "dependencies": { |
| "FreestylerCore": [ |
| "~> 1.0.1" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |