[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 4 / 9 / 6 / TFBaseLib_iOS / 1.1.15 / TFBaseLib_iOS.podspec.json
blobc2b926715b8f525a02900721dd3f8efe06fd5c8c
2   "name": "TFBaseLib_iOS",
3   "version": "1.1.15",
4   "summary": "Base lib for Treasure framework",
5   "description": "Base lib for Treasure framework",
6   "homepage": "https://github.com/loverbabyz/TFBaseLib_iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "SunXiaofei": "daniel.xiaofei@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/loverbabyz/TFBaseLib_iOS.git",
16     "tag": "1.1.15"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "requires_arc": true,
22   "source_files": "TFBaseLib_iOS/Classes/**/*",
23   "ios": {
24     "libraries": [
25       "stdc++",
26       "sqlite3"
27     ]
28   },
29   "frameworks": [
30     "Foundation",
31     "UIKit",
32     "CoreGraphics",
33     "CoreData",
34     "CoreText",
35     "CoreTelephony",
36     "CoreLocation",
37     "Security",
38     "ImageIO",
39     "QuartzCore",
40     "SystemConfiguration",
41     "Photos",
42     "CoreBluetooth",
43     "AVFoundation",
44     "Contacts",
45     "LocalAuthentication",
46     "CoreServices"
47   ],
48   "xcconfig": {
49     "OTHER_LDFLAGS": "-ObjC -all_load -force_load"
50   },
51   "dependencies": {
52     "CocoaLumberjack": [
54     ]
55   }