[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / b / 1 / MondoKit / 0.2.1 / MondoKit.podspec.json
blob79d702917cc08b452ebefad605ac7c41dc4a2d39
2   "name": "MondoKit",
3   "version": "0.2.1",
4   "summary": "MondoKit is a Swift framework wrapping the Mondo API at https://getmondo.co.uk/docs/",
5   "homepage": "https://github.com/pollarm/MondoKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Mike Pollard": "mikeypollard@me.com"
12   },
13   "social_media_url": "http://twitter.com/mikeypollard1",
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/pollarm/MondoKit.git",
20     "tag": "0.2.1"
21   },
22   "source_files": "MondoKit/**/*.{h,swift}",
23   "dependencies": {
24     "SwiftyJSON": [
25       "~> 2.3"
26     ],
27     "SwiftyJSONDecodable": [
28       "~> 0.1"
29     ],
30     "Alamofire": [
31       "~> 3.0"
32     ],
33     "KeychainAccess": [
35     ]
36   }