[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / f / 8 / ViewConfigurator / 0.3.0 / ViewConfigurator.podspec.json
blobdd63c5d2f0270185ffee5050ec5516d06bd5bc4d
2   "name": "ViewConfigurator",
3   "version": "0.3.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": "v0.3.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "pushed_with_swift_version": "3.0.2",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/**/*.swift",
28       "frameworks": [
29         "Foundation",
30         "UIKit",
31         "QuartzCore"
32       ]
33     }
34   ]