[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 8 / 7 / a / TextStyle / 1.4 / TextStyle.podspec.json
blob878c8a66337d9d47c7aeb7ae6d89c809c8204c7c
2   "name": "TextStyle",
3   "version": "1.4",
4   "summary": "TextStyle provides easier management of dynamic font sizing in iOS.",
5   "description": "TextStyle easier management of dynamic font sizing in iOS. Also adds RxSwift bindings for\nreactive changes.",
6   "homepage": "https://github.com/ivanbruel/TextStyle",
7   "license": {
8     "type": "MIT",
9     "file": "License"
10   },
11   "authors": {
12     "Ivan Bruel": "ivan.bruel@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/ivanbruel",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/ivanbruel/TextStyle.git",
20     "tag": "1.4"
21   },
22   "default_subspecs": "Core",
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "TextStyle/Classes/*.swift",
28       "frameworks": "Foundation"
29     },
30     {
31       "name": "RxSwift",
32       "source_files": "TextStyle/Classes/RxSwift/*.swift",
33       "dependencies": {
34         "RxSwift": [
35           "~> 3.1.0"
36         ],
37         "RxCocoa": [
38           "~> 3.1.0"
39         ],
40         "TextStyle/Core": [
42         ]
43       }
44     }
45   ]