blob: 4df4176343b4307bd65c8222b84698a97d064d60 [file] [log] [blame]
{
"name": "CocoaExtensions",
"version": "0.1.4.1",
"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.4.1"
},
"social_media_url": "https://twitter.com/abdurahimjauzee",
"platforms": {
"ios": "8.0",
"tvos": "10.1",
"osx": "10.10"
},
"source_files": "CocoaExtensions/**/*",
"pushed_with_swift_version": "4.0",
"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/**/*"
}
]
}