[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 7 / f / sugo-objc-sdk / 3.4.5 / sugo-objc-sdk.podspec.json
blob7f0caac1aed38bfcf722b6ed6e14ca1edefbba81
2   "name": "sugo-objc-sdk",
3   "module_name": "Sugo",
4   "version": "3.4.5",
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.4.5"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "default_subspecs": "core",
19   "subspecs": [
20     {
21       "name": "core",
22       "source_files": "Sugo/Core/Sources/**/*.{m,h}",
23       "resources": [
24         "Sugo/Core/Resources/**/*.js",
25         "Sugo/Core/Resources/**/Sugo*.plist",
26         "Sugo/Core/Resources/**/*.xcdatamodeld"
27       ],
28       "private_header_files": [
29         "Sugo/Core/Sources/Track/SugoPrivate.h",
30         "Sugo/Core/Sources/Track/People/SugoPeoplePrivate.h",
31         "Sugo/Core/Sources/Network/MPNetworkPrivate.h",
32         "Sugo/Core/Sources/MPLogger.h",
33         "Sugo/Core/Sources/Track/CoreData/SugoEvents+CoreDataProperties.h",
34         "Sugo/Core/Sources/Track/CoreData/SugoEvents+CoreDataClass.h"
35       ],
36       "libraries": "icucore",
37       "frameworks": [
38         "UIKit",
39         "Foundation",
40         "SystemConfiguration",
41         "CoreTelephony",
42         "Accelerate",
43         "CoreGraphics",
44         "QuartzCore",
45         "WebKit",
46         "CoreData"
47       ]
48     },
49     {
50       "name": "weex",
51       "source_files": "Sugo/Weex/*.{m,h}",
52       "dependencies": {
53         "sugo-objc-sdk/core": [
55         ],
56         "WeexSDK": [
58         ]
59       }
60     }
61   ]