blob: 26235ff10fa93f907df1e839e97a43f844648f0b [file] [log] [blame]
{
"name": "Sworm",
"version": "0.0.4",
"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.4"
},
"source_files": "Sworm/*",
"platforms": {
"ios": "9.0",
"watchos": "2.0"
},
"dependencies": {
"Alamofire": [
"~> 3.0"
]
}
}