blob: 63678897f2bc3fec83aa0bdc7cbe2898e9a5aa51 [file] [log] [blame]
{
"name": "SVWebService",
"version": "0.1.0",
"summary": "A minimalistic framework built on top of JSONModel and AFNetworking that makes REST networking dead simple.",
"description": "SVWebService makes REST networking simple. You can create services which will serve as interfaces to the API. These will return type-safe JSONModel objects. SVProvider offers convenience methods for GET, PUT, POST, and DELETE requests.",
"homepage": "https://github.com/Skyvive/SVWebService",
"license": "MIT",
"authors": {
"Brad Hilton": "brad@skyvive.com"
},
"source": {
"git": "https://github.com/Skyvive/SVWebService.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"SVWebService": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"JSONModel": [
"~> 1.0.1"
],
"AFNetworking": [
"~> 1.3.0"
]
}
}