[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 7 / 5 / 3 / Freestyler / 1.0.0 / Freestyler.podspec.json
blob802e0fc47cec5f70af016f17932077541a087749
2   "name": "Freestyler",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.txt"
7   },
8   "homepage": "https://github.com/cayugasoft/Freestyler",
9   "authors": {
10     "Alexander Doloz": "adoloz@cayugasoft.com"
11   },
12   "summary": "Swift 3 framework for styling + big set of styles for builtin UIView subclasses",
13   "description": "Freestyler provides styles and protocols so you can perform theming of your application with ease.",
14   "source": {
15     "git": "https://github.com/cayugasoft/Freestyler.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Freestyler/**/*.swift",
22   "ios": {
23     "frameworks": "UIKit"
24   },
25   "dependencies": {
26     "FreestylerCore": [
27       "~> 1.0.1"
28     ]
29   },
30   "pushed_with_swift_version": "3.0"