blob: 237270ade3110960f99f2dc79b77f0e74865318c [file] [log] [blame]
{
"name": "FlowDK",
"version": "0.1.1",
"summary": "FlowDK is an SDK for Swift developers intended to optimize their happiness",
"description": "FlowDK is an SDK for Swift developers intended to optimize their happiness by extending the Swift standard library with delightful and useful extensions, utilities, views and more.",
"homepage": "https://github.com/FlowDK/FlowDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JP McGlone": "jp@jpmcglone.com"
},
"source": {
"git": "https://github.com/FlowDK/FlowDK.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/FlowDK",
"platforms": {
"ios": "11.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "FlowDK/Core/Classes/**/*",
"dependencies": {
"CocoaLumberjack/Swift": [
],
"SnapKit": [
]
}
},
{
"name": "AnyAPI",
"source_files": "FlowDK/AnyAPI/Classes/**/*",
"dependencies": {
"FlowDK/Core": [
],
"ObjectMapper": [
],
"Alamofire": [
],
"AlamofireNetworkActivityIndicator": [
],
"AlamofireObjectMapper": [
]
}
}
]
}