[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 5 / 8 / SwiftyHelpKit / 0.1.5 / SwiftyHelpKit.podspec.json
blobab66e7ff264330b1c4f0a1ac83812b03bb1d3210
2   "name": "SwiftyHelpKit",
3   "version": "0.1.5",
4   "summary": "SwiftyHelpKit will allow you to add some startup code in your app that you initally need",
5   "swift_version": "4.0",
6   "description": "SwiftyHelpKit will allow you to add some startup code in your app that you initally need, Install framework and you don't have to write same code again and again.",
7   "homepage": "https://github.com/anpkmr/SwiftyHelpKit",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "anpkmr": "anup227kumar@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/anpkmr/SwiftyHelpKit.git",
17     "tag": "0.1.5"
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "9.0"
22   },
23   "static_framework": true,
24   "source_files": "SwiftyHelpKit/Classes/**/*",
25   "pod_target_xcconfig": {
26     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
27   },
28   "frameworks": [
29     "UIKit",
30     "StoreKit"
31   ],
32   "dependencies": {
33     "ObjectMapper": [
35     ],
36     "Alamofire": [
38     ],
39     "FBSDKLoginKit": [
40       "4.34.0"
41     ],
42     "FBSDKCoreKit": [
43       "4.34.0"
44     ],
45     "FBSDKShareKit": [
46       "4.34.0"
47     ],
48     "Google/SignIn": [
50     ]
51   }