blob: c501ab3c2d0030d955521af01e8611e27123f3dc [file] [log] [blame]
{
"name": "flowyLib",
"version": "1.6.2",
"summary": "Private classes for Flowy project.",
"swift_versions": "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.6.2"
},
"platforms": {
"ios": "11.0"
},
"source_files": "flowyLib/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit",
"ImageIO",
"MobileCoreServices"
],
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
],
"Eureka": [
]
},
"swift_version": "4.2"
}