blob: 8acdd5493f5c9453e50c5845909cb04edb9ea62c [file] [log] [blame]
{
"name": "TextStyle",
"version": "1.2.2",
"summary": "TextStyle provides easier management of dynamic font sizing in iOS.",
"description": "TextStyle easier management of dynamic font sizing in iOS. Also adds RxSwift bindings for\nreactive changes.",
"homepage": "https://github.com/ivanbruel/TextStyle",
"license": {
"type": "MIT",
"file": "License"
},
"authors": {
"Ivan Bruel": "ivan.bruel@gmail.com"
},
"social_media_url": "http://twitter.com/ivanbruel",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ivanbruel/TextStyle.git",
"tag": "1.2.2"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "TextStyle/Classes/*.swift",
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "TextStyle/Classes/RxSwift/*.swift",
"dependencies": {
"RxSwift": [
"~> 3.1.0"
],
"RxCocoa": [
"~> 3.1.0"
],
"TextStyle/Core": [
]
}
}
]
}