[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / d / a / XOBaseLib / 1.0 / XOBaseLib.podspec.json
blob7abca73e977cf84eedec02829a39f8dfb530abbd
2   "name": "XOBaseLib",
3   "version": "1.0",
4   "summary": "XXOOGO项目的基础模块",
5   "description": "XXOOGO项目采用cocoapods做组件化架构,将不同的模块使用pod私有仓库管理,只需要在主项目中使用 pod 'XOBaseLib' 即可导入模块使用",
6   "homepage": "https://github.com/Hjt830/XOBaselib.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kenter": "Hjt_830@163.com"
13   },
14   "source": {
15     "git": "https://github.com/Hjt830/XOBaselib.git",
16     "tag": "1.0"
17   },
18   "social_media_url": "https://www.jianshu.com/u/7e5e59276b03",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "public_header_files": "XOBaseLib/Classes/**/*.h",
23   "source_files": "XOBaseLib/Classes/**/*.{h,m}",
24   "resource_bundles": {
25     "XOBaseLib": [
26       "XOBaseLib/Assets/*"
27     ]
28   },
29   "frameworks": [
30     "UIKit",
31     "Foundation"
32   ],
33   "dependencies": {
34     "AFNetworking": [
36     ],
37     "SDWebImage": [
39     ],
40     "GTMBase64": [
41       "~> 1.0.1"
42     ],
43     "MJRefresh": [
44       "~> 3.2.0"
45     ],
46     "SVProgressHUD": [
47       "~> 2.2.5"
48     ],
49     "TZImagePickerController": [
50       "~> 3.2.1"
51     ]
52   }