[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / 7 / f / sugo-objc-sdk / 3.0.0 / sugo-objc-sdk.podspec.json
blob6c09e1deecfa41b735afacf37e00d20e1c451951
2   "name": "sugo-objc-sdk",
3   "module_name": "Sugo",
4   "version": "3.0.0",
5   "license": "Apache License, Version 2.0",
6   "summary": "Official Sugo SDK for iOS (Objective-C)",
7   "homepage": "https://github.com/Datafruit/sugo-objc-sdk",
8   "authors": {
9     "sugo.io": "developer@sugo.io"
10   },
11   "source": {
12     "git": "https://github.com/Datafruit/sugo-objc-sdk.git",
13     "tag": "3.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "default_subspecs": "core",
19   "subspecs": [
20     {
21       "name": "core",
22       "source_files": "Sugo/*.{m,h}",
23       "resources": [
24         "Sugo/*.js",
25         "Sugo/Sugo*.plist"
26       ],
27       "private_header_files": [
28         "Sugo/SugoPrivate.h",
29         "Sugo/SugoPeoplePrivate.h",
30         "Sugo/MPNetworkPrivate.h",
31         "Sugo/MPLogger.h"
32       ],
33       "libraries": "icucore",
34       "frameworks": [
35         "UIKit",
36         "Foundation",
37         "SystemConfiguration",
38         "CoreTelephony",
39         "Accelerate",
40         "CoreGraphics",
41         "QuartzCore",
42         "WebKit"
43       ]
44     },
45     {
46       "name": "weex",
47       "source_files": "Sugo/Weex/*.{m,h}",
48       "dependencies": {
49         "sugo-objc-sdk/core": [
51         ],
52         "WeexSDK": [
54         ]
55       }
56     }
57   ]