blob: 3e64fc1edc2589267e36dd8e59eea85e4ed6dd72 [file] [log] [blame]
{
"name": "Sworm",
"version": "0.0.1",
"summary": "Sworm is a Swift ORM library for RESTfull APIs.",
"description": "Sworm is a client library for RESTfull Apis created to be simple and smart.",
"homepage": "https://github.com/wilbert/sworm",
"license": "MIT",
"authors": {
"Wilbert Ribeiro": "wkelyson@gmail.com"
},
"source": {
"git": "https://github.com/wilbert/sworm.git",
"tag": "0.0.1"
},
"source_files": "Sworm/*",
"platforms": {
"ios": "9.0"
},
"dependencies": {
"Alamofire": [
"~> 3.0"
]
}
}