[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 3 / 7 / WQSomeUIKit / 1.0.6 / WQSomeUIKit.podspec.json
bloba2fbc66d3fdb3ce4e9e8870a319eec1f6c7ed910
2   "name": "WQSomeUIKit",
3   "version": "1.0.6",
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.6"
17   },
18   "source_files": "WQSomeUIKit/**/**/*.{h,m}",
19   "resources": [
20     "WQSomeUIKit/Resources/Sb/*.storyboard"
21   ],
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "requires_arc": true,
27   "exclude_files": "WQSomeUIKit/Resources/amrwapper/*.{h,m}",
28   "subspecs": [
29     {
30       "name": "WavAmrHelp",
31       "requires_arc": false,
32       "source_files": "WQSomeUIKit/Resources/amrwapper/*.{h,m}",
33       "vendored_libraries": [
34         "WQSomeUIKit/Resources/amrwapper/libopencore-amrnb.a",
35         "WQSomeUIKit/Resources/amrwapper/libopencore-amrwb.a"
36       ]
37     }
38   ]