[Add] PlanktonGameServicesSDK 5.2.1
[CocoaPods.git] / Specs / 2 / c / 4 / Vacation / 0.1.6 / Vacation.podspec.json
blob8b8f9d52f4d8dfb13f9791e5b9d037fab7faea02
2   "name": "Vacation",
3   "version": "0.1.6",
4   "summary": "An easy to use Model State Transfer Framework for iOS",
5   "homepage": "https://github.com/IgorKovr/Vacation",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "IgorK": "IgorKovr@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/IgorKovr/Vacation.git",
18     "tag": "0.1.6"
19   },
20   "source_files": [
21     "Classes",
22     "Pod/Classes/**/*.{h,m}"
23   ],
24   "dependencies": {
25     "Mantle": [
26       "~> 2.0"
27     ],
28     "AFNetworking": [
29       "~> 2.2"
30     ]
31   }