[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / f / 8 / ViewConfigurator / 1.0.0 / ViewConfigurator.podspec.json
blob3e91937f709ff8b2202ba35146872bb00ae4668c
2   "name": "ViewConfigurator",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "The clean way to setup your views",
9   "homepage": "http://www.imagineon.de",
10   "social_media_url": "https://twitter.com/imagineoncgn",
11   "authors": {
12     "ImagineOn GmbH": "hi@imagineon.de"
13   },
14   "source": {
15     "git": "https://github.com/imagineon/ViewConfigurator.git",
16     "tag": "v1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/**/*.swift",
27       "frameworks": [
28         "Foundation",
29         "UIKit",
30         "QuartzCore"
31       ]
32     }
33   ]