| { |
| "name": "MLStarRating", |
| "version": "0.0.1", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "Star Ratings for swift projects", |
| "homepage": "http://micheltlutz.me", |
| "social_media_url": "https://twitter.com/michel_lutz", |
| "authors": { |
| "Michel Anderson Lutz Teixeira": "michel_lutz@icloud.com" |
| }, |
| "source": { |
| "git": "https://github.com/micheltlutz/MLStarRating.git", |
| "tag": "v0.0.1" |
| }, |
| "platforms": { |
| "ios": "10.3", |
| "tvos": "9.0" |
| }, |
| "requires_arc": true, |
| "default_subspecs": "Core", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Sources/**/*.swift", |
| "frameworks": "UIKit" |
| } |
| ] |
| } |