[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / 1 / a / ViewComposer / 0.2.23 / ViewComposer.podspec.json
blob42847a1c40e5228efc1da0e3c3850e60e6b38d3e
2   "name": "ViewComposer",
3   "version": "0.2.23",
4   "summary": "Compose views using enums swiftly",
5   "description": "Declare Buttons, Labels, StackViews etc as a list of enums.",
6   "homepage": "https://github.com/sajjon/ViewComposer",
7   "license": "MIT",
8   "authors": {
9     "Alexander Cyon": "alex.cyon@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/Redrum_237",
12   "source": {
13     "git": "https://github.com/Sajjon/ViewComposer.git",
14     "tag": "0.2.23"
15   },
16   "source_files": [
17     "Source/Classes/**/*.swift",
18     "Source/Sourcery/Generated/*.swift"
19   ],
20   "dependencies": {
21     "Sourcery": [
23     ]
24   },
25   "ios": {
26     "resources": "Source/Sourcery/Templates/*.stencil"
27   },
28   "platforms": {
29     "ios": "9.0"
30   },
31   "pushed_with_swift_version": "3.1"