[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 8 / 5 / SKYKit / 1.1.0 / SKYKit.podspec.json
blobab688c7b97a9605c09e59b9fe005eeef3522eb3b
2   "name": "SKYKit",
3   "version": "1.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": "1.1.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.5"
30         ],
31         "SocketRocket": [
32           "~> 0.4"
33         ]
34       }
35     },
36     {
37       "name": "Facebook",
38       "source_files": "Pod/Extensions/Facebook/**/*.{h,m}",
39       "requires_arc": true,
40       "pod_target_xcconfig": {
41         "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
42       },
43       "dependencies": {
44         "SKYKit/Core": [
46         ],
47         "FBSDKCoreKit": [
48           "~> 4.0"
49         ]
50       }
51     },
52     {
53       "name": "ForgotPassword",
54       "source_files": "Pod/Extensions/Forgot Password/**/*.{h,m}",
55       "requires_arc": true,
56       "dependencies": {
57         "SKYKit/Core": [
59         ]
60       }
61     }
62   ]