[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 8 / 5 / SKYKit / 1.3.1 / SKYKit.podspec.json
blob82670cbfa51edd242d3eb626918d7d7c8cbc3735
2   "name": "SKYKit",
3   "version": "1.3.1",
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.3.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "default_subspecs": [
19     "Core",
20     "ForgotPassword",
21     "SSO"
22   ],
23   "subspecs": [
24     {
25       "name": "Core",
26       "requires_arc": true,
27       "source_files": "Pod/Classes/**/*",
28       "private_header_files": "Pod/Classes/**/*_Private.h",
29       "dependencies": {
30         "FMDB": [
31           "~> 2.6.0"
32         ],
33         "SocketRocket": [
34           "~> 0.4"
35         ],
36         "MagicKit-Skygear": [
37           "~> 0.0.6"
38         ]
39       }
40     },
41     {
42       "name": "Facebook",
43       "source_files": "Pod/Extensions/Facebook/**/*.{h,m}",
44       "requires_arc": true,
45       "pod_target_xcconfig": {
46         "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
47       },
48       "dependencies": {
49         "SKYKit/Core": [
51         ],
52         "FBSDKCoreKit": [
53           "~> 4.0"
54         ]
55       }
56     },
57     {
58       "name": "ForgotPassword",
59       "source_files": "Pod/Extensions/Forgot Password/**/*.{h,m}",
60       "requires_arc": true,
61       "dependencies": {
62         "SKYKit/Core": [
64         ]
65       }
66     },
67     {
68       "name": "SSO",
69       "source_files": "Pod/Extensions/SSO/**/*.{h,m}",
70       "requires_arc": true,
71       "dependencies": {
72         "SKYKit/Core": [
74         ]
75       }
76     }
77   ]