[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 6 / b / Speex-iOS / 0.2.0 / Speex-iOS.podspec.json
blob8159466da8b8f0fd0fb52ec4a4455007b8b6e67e
2   "name": "Speex-iOS",
3   "version": "0.2.0",
4   "summary": "remove unnecessary file's of other platform,make it run on the iOS",
5   "description": "you can find more detail at https://github.com/xiph/speex.git,or go to the speex homepage https://www.speex.org",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "homepage": "https://www.speex.org/",
11   "authors": {
12     "ZFH": "245185601@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/fcdv1/Speex-iOS.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Libs",
24       "subspecs": [
25         {
26           "name": "config",
27           "source_files": "Speex-iOS/speex/Libs/config.h"
28         },
29         {
30           "name": "libogg",
31           "source_files": "Speex-iOS/speex/Libs/libogg/**/*"
32         },
33         {
34           "name": "libspeex",
35           "source_files": "Speex-iOS/speex/Libs/libspeex/**/*",
36           "dependencies": {
37             "Speex-iOS/Libs/config": [
39             ]
40           }
41         }
42       ]
43     },
44     {
45       "name": "Codec",
46       "source_files": "Speex-iOS/speex/Codec/**/*",
47       "dependencies": {
48         "Speex-iOS/Libs": [
50         ]
51       }
52     }
53   ]