blob: bef169e074a1269eed762f0cadeea86a8b37eaeb [file] [log] [blame]
{
"name": "AsakusaSatellite",
"version": "0.3.1",
"summary": "AsakusaSatellite API Client for Swift",
"description": " AsakusaSatellite is a realtime chat application for developers.\n",
"homepage": "https://github.com/codefirst/AsakusaSatelliteSwiftClient",
"license": "MIT",
"authors": {
"banjun": "banjun@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/codefirst/AsakusaSatelliteSwiftClient.git",
"tag": "0.3.1"
},
"source_files": "Classes/*.swift",
"ios": {
"source_files": "Classes/ios/*.swift"
},
"osx": {
"source_files": ""
},
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 1.2"
],
"SwiftyJSON": [
"~> 2.2"
],
"Socket.IO-Client-Swift": [
">= 2.0",
"< 2.3"
],
"UTIKit": [
"~> 1.1"
]
}
}