[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / f / 4 / 2 / YSTShareKit / 0.3.3 / YSTShareKit.podspec.json
blob959288ff17d921d158acdc947a4e0b376cc390b8
2   "name": "YSTShareKit",
3   "version": "0.3.3",
4   "summary": "A short description of YSTShareKit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "http://221.131.123.204:8181/ios-mobile/modules/YSTShareKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kuqiqi": "zhouzhenwei@ysten.com"
13   },
14   "source": {
15     "git": "http://221.131.123.204:8181/ios-mobile/modules/YSTShareKit.git",
16     "tag": "0.3.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "xcconfig": {
22     "ENABLE_BITCODE": "NO",
23     "GCC_PRECOMPILE_PREFIX_HEADER": "YES",
24     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited)",
25     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
26   },
27   "pod_target_xcconfig": {
28     "OTHER_LDFLAGS": "$(inherited)",
29     "SWIFT_VERSION": "4.0",
30     "HEADER_SEARCH_PATHS": "$(inherited) $(SDKROOT)/usr/include/libxml2 $(SDKROOT)/usr/include/libresolv $(inherited)$(PROJECT_DIR) /usr/local/include",
31     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
32     "CLANG_CXX_LIBRARY": "libc++"
33   },
34   "prefix_header_file": "YSTShareKit/Classes/Common/YSTShare.pch",
35   "source_files": "YSTShareKit/Classes/**/*",
36   "vendored_libraries": "YSTShareKit/Classes/lib/*.a",
37   "resource_bundles": {
38     "YSTShareKit": [
39       "YSTShareKit/Assets/*.{xib,plist,bundle,xcassets,imageset,png,cer}"
40     ]
41   },
42   "public_header_files": [
43     "YSTShareKit/Classes/Public/*.h",
44     "YSTShareKit/Classes/lib/*.h"
45   ],
46   "frameworks": [
47     "UIKit",
48     "Foundation",
49     "Security",
50     "CoreTelephony",
51     "SystemConfiguration",
52     "CFNetwork",
53     "QuartzCore",
54     "ImageIO",
55     "CoreText",
56     "CoreGraphics"
57   ],
58   "libraries": [
59     "sqlite3",
60     "z",
61     "c++"
62   ],
63   "dependencies": {
64     "SDWebImage": [
66     ],
67     "UPYUN": [
68       "~> 1.0.0"
69     ],
70     "YSTMRLog": [
72     ],
73     "YSTCommonKit": [
75     ]
76   }