[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / d / 8 / 2 / TFUILib_iOS / 1.3.5 / TFUILib_iOS.podspec.json
blob54721ff2e15c23fd8ad3d67754fa6575c92c916f
2   "name": "TFUILib_iOS",
3   "version": "1.3.5",
4   "summary": "UI lib for Treasure framework.",
5   "description": "UI lib for Treasure framework.",
6   "homepage": "https://github.com/loverbabyz/TFUILib_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/TFUILib_iOS.git",
16     "tag": "1.3.5"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "requires_arc": true,
22   "source_files": "TFUILib_iOS/Classes/**/*",
23   "resources": "TFUILib_iOS/Assets/**/*.{bundle}",
24   "frameworks": [
25     "Foundation",
26     "UIKit",
27     "CoreGraphics",
28     "CoreData",
29     "CoreText",
30     "ImageIO",
31     "QuartzCore",
32     "WebKit",
33     "AVFoundation",
34     "Photos",
35     "AudioToolbox",
36     "MapKit",
37     "CoreLocation",
38     "SceneKit"
39   ],
40   "user_target_xcconfig": {
41     "OTHER_LDFLAGS": "-ObjC"
42   },
43   "dependencies": {
44     "TFBaseLib_iOS": [
45       "~> 1.1.18"
46     ]
47   }