[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / b / 5 / Sworm / 0.0.4 / Sworm.podspec.json
blob26235ff10fa93f907df1e839e97a43f844648f0b
2   "name": "Sworm",
3   "version": "0.0.4",
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 easy to use.",
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.4"
14   },
15   "source_files": "Sworm/*",
16   "platforms": {
17     "ios": "9.0",
18     "watchos": "2.0"
19   },
20   "dependencies": {
21     "Alamofire": [
22       "~> 3.0"
23     ]
24   }