blob: 370f91f9516026a004b8584cf97bf138d96992b9 [file] [log] [blame]
{
"name": "GhostPlusSwift",
"version": "1.0",
"summary": "GhostPlus Framework for Swift",
"description": "This is a GhostpLus Swift framework which is used as Mobile Hybrid Application Common Framework",
"homepage": "https://github.com/GhostPlusX/GhostPlusSwift.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"david1000@gmail.com": "daivd1000@gmail.com"
},
"source": {
"git": "https://github.com/GhostPlusX/GhostPlusSwift.git",
"tag": "1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "GhostPlusSwift/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4"
],
"CryptoSwift": [
"~> 1"
],
"Device": [
"~> 3"
],
"SwiftyJSON": [
"~> 5.0"
],
"ObjectMapper": [
"~> 4"
],
"SwiftyXMLParser": [
"~> 5"
],
"KeychainSwift": [
"~> 19"
],
"SnapKit": [
]
}
}