blob: 3fee9459960d63d5f8c9174f93fc358952803a9b [file] [log] [blame]
{
"name": "Sworm",
"version": "0.0.2",
"summary": "Sworm is a Swift ORM library for RESTfull APIs.",
"description": "Sworm is a client library for RESTfull Apis created to be simple and easy to use.",
"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.2"
},
"source_files": "Sworm/*",
"platforms": {
"ios": "9.0",
"watchos": "2.0"
},
"dependencies": {
"Alamofire": [
"~> 3.0"
]
}
}