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