[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / 8 / 5 / SKYKit / 0.1.0 / SKYKit.podspec.json
blobd54af8cfca25bf7a6efb656444a872b49d61b707
2   "name": "SKYKit",
3   "version": "0.1.0",
4   "summary": "iOS SDK for Skygear",
5   "description": "This is the client library for Skygear backend.",
6   "homepage": "https://github.com/SkygearIO/skygear-SDK-iOS",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Oursky Ltd.": "hello@oursky.com"
10   },
11   "source": {
12     "git": "https://github.com/SkygearIO/skygear-SDK-iOS.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "default_subspecs": "Core",
19   "subspecs": [
20     {
21       "name": "Core",
22       "requires_arc": true,
23       "source_files": "Pod/Classes/**/*",
24       "resource_bundles": {
25         "SKYKit": [
26           "Pod/Assets/*.png"
27         ]
28       },
29       "dependencies": {
30         "FMDB": [
31           "~> 2.5"
32         ],
33         "SocketRocket": [
34           "~> 0.4"
35         ]
36       }
37     }
38   ]