[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 3 / d / Bugly / 1.4.3 / Bugly.podspec.json
blobb799208c9b1336282761629e516802c518dd0a4b
2   "name": "Bugly",
3   "version": "1.4.3",
4   "summary": "Bugly iOS SDK",
5   "description": "iOS library for Bugly Crash Report Service",
6   "homepage": "http://bugly.qq.com/",
7   "license": {
8     "type": "Copyright",
9     "text": "      Copyright 2015 tencent.com. All rights reserved.\n"
10   },
11   "authors": {
12     "Tencent": "bugly@tencent.com"
13   },
14   "source": {
15     "http": "https://raw.githubusercontent.com/BuglyDevTeam/Bugly-iOS/master/release/Bugly-1.4.3.zip"
16   },
17   "requires_arc": false,
18   "platforms": {
19     "ios": "6.0"
20   },
21   "vendored_frameworks": "Bugly.framework",
22   "source_files": "Bugly.framework/Headers/*.h",
23   "frameworks": [
24     "SystemConfiguration",
25     "Security"
26   ],
27   "libraries": [
28     "c++",
29     "z"
30   ],
31   "xcconfig": {
32     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
33     "CLANG_CXX_LIBRARY": "libc++"
34   }