[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / 3 / 2 / SwiftyJSONModel / 2.0.0 / SwiftyJSONModel.podspec.json
blob9926711a6113bb6489c8093a26f46da745edf1eb
2   "name": "SwiftyJSONModel",
3   "version": "2.0.0",
4   "summary": "Better way to use SwiftyJSON with custom models",
5   "homepage": "https://github.com/alickbass/SwiftyJSONModel",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Oleksii Dykan": "alickbass@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/alickbass/SwiftyJSONModel.git",
19     "tag": "2.0.0",
20     "branch": "master"
21   },
22   "source_files": "SwiftyJSONModel/*.swift",
23   "dependencies": {
24     "SwiftyJSON": [
25       "~> 4.0"
26     ]
27   },
28   "pushed_with_swift_version": "3.0"