[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 7 / f / 2 / MLStarRating / 0.0.1 / MLStarRating.podspec.json
blobe32b01c6e107e724153e1259bdca241538096a31
2   "name": "MLStarRating",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Star Ratings for swift projects",
9   "homepage": "http://micheltlutz.me",
10   "social_media_url": "https://twitter.com/michel_lutz",
11   "authors": {
12     "Michel Anderson Lutz Teixeira": "michel_lutz@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/micheltlutz/MLStarRating.git",
16     "tag": "v0.0.1"
17   },
18   "platforms": {
19     "ios": "10.3",
20     "tvos": "9.0"
21   },
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/**/*.swift",
28       "frameworks": "UIKit"
29     }
30   ]