blob: 58ce4da99d21685130519344a89bee2e4a08d2b6 [file] [log] [blame]
{
"name": "FanapPodAsyncSDK",
"version": "0.6.0",
"summary": "Fanap's POD Async Service (DIRANA) - iOS SDK",
"description": "This Package will use to connect the client to the Fanap's async service (DIRANA), and it will live the connection (with socket) to send and recieve messages...",
"homepage": "https://github.com/Mahyar1990/Fanap-Async-SDK",
"license": "MIT",
"authors": {
"Mahyar": "mahyar.zhiani@icloud.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Mahyar1990/Fanap-Async-SDK.git",
"tag": "0.6.0"
},
"source_files": "Pod-Async-iOS-SDK/Async/**/*.{h,swift,m}",
"frameworks": "Foundation",
"dependencies": {
"Starscream": [
"~> 3.0.5"
],
"SwiftyJSON": [
],
"SwiftyBeaver": [
]
}
}