| { |
| "name": "SwiftyStyle", |
| "version": "0.0.1", |
| "summary": "A pod to make styling dynamic, consistent, and easy.", |
| "description": "A pod to make styling dynamic, consistent, and easy. Define your app's commonly used styles in one place and set them on your views and controls easily.", |
| "homepage": "https://github.com/ldstreet/SwiftyStyle", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "ldstreet": "ldstreet@me.com" |
| }, |
| "platforms": { |
| "ios": "10.3" |
| }, |
| "swift_version": "4.0", |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "4.0" |
| }, |
| "source": { |
| "git": "https://github.com/ldstreet/SwiftyStyle.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "SwiftyStyle/**/*.swift" |
| } |