[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 8 / 5 / SKYKit / 1.0.0 / SKYKit.podspec.json
blob508cc93da0789d1b76e7bcf7e3fbe7f02ecff1ac
2   "name": "SKYKit",
3   "version": "1.0.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.0.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       "dependencies": {
25         "FMDB": [
26           "~> 2.5"
27         ],
28         "SocketRocket": [
29           "~> 0.4"
30         ]
31       }
32     },
33     {
34       "name": "Facebook",
35       "source_files": "Pod/Extensions/Facebook/**/*.{h,m}",
36       "requires_arc": true,
37       "pod_target_xcconfig": {
38         "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
39       },
40       "dependencies": {
41         "SKYKit/Core": [
43         ],
44         "FBSDKCoreKit": [
45           "~> 4.0"
46         ]
47       }
48     }
49   ]