blob: 103fd3eff0cef88d4bbb7123a3c4322f60ab84c8 [file] [log] [blame]
{
"name": "ATLAS-IOS",
"version": "1.1",
"summary": "Place Search",
"description": "Place Search listed out within a Tableview and\nselected Place is converted to Location(Latitude&Longitude) using Geocoding!",
"homepage": "https://github.com/Nplus-Technologies/Atlas-IOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"<Ram Kumar>": "<ramnplus@gmail.com>"
},
"source": {
"git": "https://github.com/Nplus-Technologies/Atlas-IOS.git",
"tag": "1.1"
},
"swift_versions": "5",
"requires_arc": true,
"frameworks": "Foundation",
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"Alamofire": [
],
"IQKeyboardManagerSwift": [
]
},
"platforms": {
"ios": "11.0"
},
"source_files": [
"ATLAS",
"ATLAS/*.{swift}"
],
"swift_version": "5"
}