blob: a5ea48264b4ba4dda03aa74785d8f4c084c4c42f [file] [log] [blame]
{
"name": "flowyLib",
"version": "1.3.6",
"summary": "Private classes for Flowy project.",
"swift_version": "4.2",
"description": "Framework contains API calls, and common clases in flowy project",
"homepage": "https://gitlab.com/tomascislak/flowyLib.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tomáš Čislák": "tomascislak@gmail.com"
},
"source": {
"git": "https://gitlab.com/tomascislak/flowylib.git",
"tag": "1.3.6"
},
"platforms": {
"ios": "11.0"
},
"source_files": "flowyLib/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit",
"ImageIO",
"MobileCoreServices"
],
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
],
"Eureka": [
]
}
}