[Add] DocumentReaderOCR 7.5.10931
[CocoaPods.git] / Specs / e / 3 / 7 / WQSomeUIKit / 1.0.5 / WQSomeUIKit.podspec.json
blob0c1690bff76eeed8609b8073fa4f2c965decc592
2   "name": "WQSomeUIKit",
3   "version": "1.0.5",
4   "summary": "Usual collection",
5   "description": "平常自己使用一些频率比较高得工具、控件的封装,后期使用的时候也不断维护、更新",
6   "homepage": "https://github.com/wang68543/WQSomeUIKit",
7   "license": "MIT",
8   "authors": {
9     "王强": "wang68543@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/wang68543/WQSomeUIKit.git",
16     "tag": "1.0.5"
17   },
18   "source_files": "WQSomeUIKit/**/**/*.{h,m}",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "requires_arc": true,
24   "exclude_files": "WQSomeUIKit/Resources/amrwapper/*.{h,m}",
25   "subspecs": [
26     {
27       "name": "no-arc",
28       "requires_arc": false,
29       "source_files": "WQSomeUIKit/Resources/amrwapper/*.{h,m}",
30       "vendored_libraries": [
31         "WQSomeUIKit/Resources/amrwapper/libopencore-amrnb.a",
32         "WQSomeUIKit/Resources/amrwapper/libopencore-amrwb.a"
33       ]
34     }
35   ]