[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 4 / 1 / CRUDE-Futures / 0.1.28 / CRUDE-Futures.podspec.json
blob5c44f875bcf4b55ba0e1abb9d69546671cd6d793
2   "name": "CRUDE-Futures",
3   "version": "0.1.28",
4   "summary": "Easily Create, Read, Update, Delete and Enumerate objects with the help of Alamofire, SwiftyJSON, and BrightFutures.",
5   "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.",
6   "homepage": "https://github.com/JasonCanCode/CRUDE-Futures",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jason Welch": "JasonCanCode@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/JasonCanCode/CRUDE-Futures.git",
16     "tag": "0.1.28"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CRUDEFutures/**/*",
22   "dependencies": {
23     "Alamofire": [
24       ">= 3.4"
25     ],
26     "SwiftyJSON": [
27       ">= 2.3"
28     ],
29     "BrightFutures": [
30       ">= 4.1"
31     ],
32     "Result": [
33       ">= 2.0"
34     ]
35   }