[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 7 / a / TextStyle / 1.0.1 / TextStyle.podspec.json
blobbe47c942c948199be9d180a3169d64dfdd477833
2   "name": "TextStyle",
3   "version": "1.0.1",
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.0.1"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "TextStyle/Classes/*.swift",
27       "frameworks": "Foundation"
28     },
29     {
30       "name": "RxSwift",
31       "source_files": "TextStyle/Classes/RxSwift/*.swift",
32       "dependencies": {
33         "RxSwift": [
34           "~> 2.0"
35         ],
36         "RxCocoa": [
37           "~> 2.0"
38         ],
39         "TextStyle/Core": [
41         ]
42       }
43     }
44   ]