blob: 265c04305ccbbd87b4c890414b04d9a94af08c79 [file] [log] [blame]
{
"name": "ChatSecure-Push-iOS",
"version": "0.2",
"summary": "The iOS SDK for ChatSecure-Push-Server",
"description": "A Swift way to interact with the ChatSecure-Push-Server API.",
"homepage": "https://github.com/ChatSecure/ChatSecure-Push-iOS",
"license": {
"type": "GNU GPL v3",
"file": "LICENSE"
},
"authors": "ChatSecure",
"social_media_url": "http://twitter.com/ChatSecure",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source": {
"git": "https://github.com/ChatSecure/ChatSecure-Push-iOS.git",
"tag": "0.2"
},
"source_files": [
"Classes",
"ChatSecurePush-SDK/*.swift"
]
}