[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 7 / f / Lollipop / 1.0.0 / Lollipop.podspec.json
blobec2063c2731a1f82a44953aa14866f3a9c465e5b
2   "name": "Lollipop",
3   "version": "1.0.0",
4   "summary": "Syntactic sugar for Auto Layout",
5   "authors": {
6     "Meniny": "Meniny@qq.com"
7   },
8   "homepage": "https://github.com/Meniny/Lollipop",
9   "social_media_url": "https://meniny.cn/",
10   "license": "MIT",
11   "description": "Lollipop is a syntactic sugar for Auto Layout written in Swift.",
12   "platforms": {
13     "ios": "9.0",
14     "osx": "10.11",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/Meniny/Lollipop.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "Lollipop/Source/*",
22   "public_header_files": "Lollipop/Source/*.h",
23   "ios": {
24     "frameworks": [
25       "Foundation",
26       "UIKit"
27     ]
28   },
29   "tvos": {
30     "frameworks": [
31       "Foundation",
32       "UIKit"
33     ]
34   },
35   "osx": {
36     "frameworks": [
37       "Foundation",
38       "AppKit"
39     ]
40   },
41   "pushed_with_swift_version": "3.0"