blob: de5356c230c207ddbca2afb9ece7e243588276e8 [file] [log] [blame]
{
"name": "ApiSwift",
"version": "0.1.3",
"summary": "A library to call a specified function on a server from Swift 2.0",
"description": "Call a function on a server with parameters as swift objects.\nParameters are serialized, sent to the server, deserialized, then passed as arguments to the specific function",
"homepage": "https://github.com/ckalnasy/ApiSwift",
"license": "MIT",
"authors": {
"CKalnasy": "kalnasy.6@osu.edu"
},
"source": {
"git": "https://github.com/ckalnasy/ApiSwift.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "ApiSwift/*",
"resource_bundles": {
"ApiSwift": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"SwiftSerialize": [
]
}
}