[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / e / f / b / XXContent / 0.0.2 / XXContent.podspec.json
blobe965460dfb3331113d08520c3766d28b4f2f9f5a
2   "name": "XXContent",
3   "version": "0.0.2",
4   "summary": "ContentInter的一个简单示范工程.",
5   "description": "ContentInter的一个简单示范工程示范工程的长描述.",
6   "homepage": "https://github.com/HfKates/XXContent",
7   "license": "MIT",
8   "authors": {
9     "颜志炜": "yanzhiwei147@gmail.com"
10   },
11   "platforms": {
12     "ios": "12.0"
13   },
14   "source": {
15     "git": "https://github.com/HfKates/XXContent.git",
16     "tag": "0.0.2"
17   },
18   "swift_versions": [
19     "5.0"
20   ],
21   "user_target_xcconfig": {
22     "LIBRARY_SEARCH_PATHS": "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME) $(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)"
23   },
24   "pod_target_xcconfig": {
25     "SWIFT_INCLUDE_PATHS": [
26       "$(PODS_ROOT)/XXContent/src/oc",
27       "$(PODS_TARGET_SRCROOT)/XXContent/src/oc"
28     ]
29   },
30   "default_subspecs": "Core",
31   "subspecs": [
32     {
33       "name": "Core",
34       "dependencies": {
35         "Masonry": [
36           "~>1.1.0"
37         ],
38         "AFNetworking": [
39           "~>4.0.1"
40         ],
41         "FMDB": [
42           "~>2.7.5"
43         ],
44         "MBProgressHUD": [
45           "~>1.2.0"
46         ],
47         "Toast": [
48           "~>4.0.0"
49         ]
50       },
51       "vendored_frameworks": "XXContent.framework",
52       "resource_bundles": {
53         "XXContent": [
54           "XXContentBundle/*.{jpg,png,xib,strings,plist,bundle}"
55         ]
56       }
57     }
58   ],
59   "swift_version": "5.0"