[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 8 / 5 / SKYKit / 1.2.0 / SKYKit.podspec.json
blob7d79ec68cd741015a75f1114c0b8f23436ab4127
2   "name": "SKYKit",
3   "version": "1.2.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": "1.2.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "default_subspecs": [
19     "Core",
20     "ForgotPassword"
21   ],
22   "subspecs": [
23     {
24       "name": "Core",
25       "requires_arc": true,
26       "source_files": "Pod/Classes/**/*",
27       "dependencies": {
28         "FMDB": [
29           "~> 2.6.0"
30         ],
31         "SocketRocket": [
32           "~> 0.4"
33         ],
34         "MagicKit-Skygear": [
35           "~> 0.0.5"
36         ]
37       }
38     },
39     {
40       "name": "Facebook",
41       "source_files": "Pod/Extensions/Facebook/**/*.{h,m}",
42       "requires_arc": true,
43       "pod_target_xcconfig": {
44         "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
45       },
46       "dependencies": {
47         "SKYKit/Core": [
49         ],
50         "FBSDKCoreKit": [
51           "~> 4.0"
52         ]
53       }
54     },
55     {
56       "name": "ForgotPassword",
57       "source_files": "Pod/Extensions/Forgot Password/**/*.{h,m}",
58       "requires_arc": true,
59       "dependencies": {
60         "SKYKit/Core": [
62         ]
63       }
64     }
65   ]