blob: 98b89c97a2d84b22e7fab2b256371412b9599410 [file] [log] [blame]
{
"name": "CRUDE-Futures",
"version": "0.1.26",
"summary": "Easily Create, Read, Update, Delete and Enumerate objects with the help of Alamofire, SwiftyJSON, and BrightFutures.",
"description": "Easily Create, Read, Update, Delete and Enumerate objects with the help of Alamofire, SwiftyJSON, and BrightFutures. Simply use the provided protocols with any model structures.",
"homepage": "https://github.com/JasonCanCode/CRUDE-Futures",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jason Welch": "JasonCanCode@gmail.com"
},
"source": {
"git": "https://github.com/JasonCanCode/CRUDE-Futures.git",
"tag": "0.1.26"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CRUDEFutures/**/*",
"dependencies": {
"Alamofire": [
">= 3.4"
],
"SwiftyJSON": [
">= 2.3"
],
"BrightFutures": [
">= 4.1"
],
"Result": [
">= 2.0"
]
}
}