blob: 74b7323aa20c6797da9e485db4609e8f1a9f357e [file] [log] [blame]
{
"name": "EasyCalls",
"version": "1.2.0",
"summary": "This repository contains a number of methods over Swift API to use it safely.",
"description": "The pod simplifies using Swift API.\nIt includes changing DispatchQueue and errors handing now.",
"homepage": "https://github.com/devmeremenko/EasyCalls",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxim Eremenko": "devmeremenko@gmail.com"
},
"source": {
"git": "https://github.com/devmeremenko/EasyCalls.git"
},
"social_media_url": "https://twitter.com/eremenko_maxim/",
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
"SWIFT_VERSION": "4.0"
},
"default_subspecs": [
"TryCatch",
"Queues"
],
"frameworks": "Foundation",
"subspecs": [
{
"name": "Alert",
"source_files": "Classes/Calls/Alert/**/*.swift",
"dependencies": {
"EasyCalls/Queues": [
]
},
"frameworks": [
"Foundation",
"UIKit"
]
},
{
"name": "Queues",
"source_files": "Classes/Calls/Queues/**/*.swift"
},
{
"name": "Realm",
"dependencies": {
"EasyCalls/TryCatch": [
],
"RealmSwift": [
"~> 3.1.1"
]
},
"source_files": "Classes/Calls/Realm/**/*.swift"
},
{
"name": "TryCatch",
"source_files": "Classes/Calls/TryCatch**/*.swift"
}
]
}