[Add] Backpack-SwiftUI 73.18.0
[CocoaPods.git] / Specs / 7 / 5 / 3 / Freestyler / 0.2.0 / Freestyler.podspec.json
blob28973f6d9387cba455c33e4949b25facc31bf24f
2   "name": "Freestyler",
3   "version": "0.2.0",
4   "summary": "Freestyler helps you create and reuse styles which can be applied to views using convenient syntax.",
5   "description": "Freestyler is, basically, 2 things:\n1. Infrastructure for creating and applying styles.\n2. The big set of predefined styles for all UIView subclasses.",
6   "homepage": "https://github.com/cayugasoft/Freestyler",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alexander Doloz": "adoloz@cayugasoft.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/cayugasoft/Freestyler.git",
19     "tag": "0.2.0"
20   },
21   "source_files": "Freestyler/Source/**/*.swift",
22   "dependencies": {
23     "FreestylerCore": [
24       "~> 0.3.0"
25     ]
26   }