blob: 8b5dac7057d640d89eef1965f656a8586223a50a [file] [log] [blame]
{
"name": "CocoaExtensions",
"version": "0.1.8.3",
"summary": "Some useful extensions which I use everyday.",
"description": "There are so many code I'm repeating everyday. So I decided to put some of this code to the repo so I can plug it in my projects. Maybe you find it helpful too.",
"homepage": "https://github.com/Jauzee/CocoaExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Abdurahim Jauzee": "jauzee@mail.ru"
},
"source": {
"git": "https://github.com/Jauzee/CocoaExtensions.git",
"tag": "0.1.8.3"
},
"social_media_url": "https://twitter.com/abdurahimjauzee",
"platforms": {
"ios": "8.0",
"tvos": "10.1",
"osx": "10.10"
},
"default_subspecs": "Core",
"frameworks": "Foundation",
"subspecs": [
{
"name": "Core",
"source_files": "CocoaExtensions/Core/**/*"
},
{
"name": "Rx",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
},
"source_files": "CocoaExtensions/Rx/**/*"
},
{
"name": "UI",
"source_files": "CocoaExtensions/UI/**/*"
},
{
"name": "Foundation",
"source_files": "CocoaExtensions/Foundation/**/*"
},
{
"name": "Texture+Rx",
"source_files": "CocoaExtensions/Texture/Rx/**/*",
"dependencies": {
"Texture": [
],
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
},
"platforms": {
"tvos": "10.1"
}
}
]
}