[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / b / 5 / Sworm / 0.0.1 / Sworm.podspec.json
blob3e64fc1edc2589267e36dd8e59eea85e4ed6dd72
2   "name": "Sworm",
3   "version": "0.0.1",
4   "summary": "Sworm is a Swift ORM library for RESTfull APIs.",
5   "description": "Sworm is a client library for RESTfull Apis created to be simple and smart.",
6   "homepage": "https://github.com/wilbert/sworm",
7   "license": "MIT",
8   "authors": {
9     "Wilbert Ribeiro": "wkelyson@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/wilbert/sworm.git",
13     "tag": "0.0.1"
14   },
15   "source_files": "Sworm/*",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "dependencies": {
20     "Alamofire": [
21       "~> 3.0"
22     ]
23   }