[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 8 / 5 / SKYKit / 0.5.0 / SKYKit.podspec.json
blob18cd16fc678c98201a3b8aec9238a79983bf3d87
2   "name": "SKYKit",
3   "version": "0.5.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.5.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     {
39       "name": "Facebook",
40       "source_files": "Pod/Extensions/Facebook/**/*.{h,m}",
41       "requires_arc": true,
42       "pod_target_xcconfig": {
43         "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
44       },
45       "dependencies": {
46         "SKYKit/Core": [
48         ],
49         "FBSDKCoreKit": [
50           "~> 4.0"
51         ]
52       }
53     }
54   ]