[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 3 / 6 / libmp3lame / 0.0.2 / libmp3lame.podspec.json
blobf5c94f856d668ff199b10b05a283ecfffc2282c8
2   "name": "libmp3lame",
3   "version": "0.0.2",
4   "summary": "mp3 lame for iOS",
5   "description": "mp3 lame lib for iOS",
6   "homepage": "https://github.com/John1261/libmp3lame",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "John": "john"
13   },
14   "source": {
15     "git": "https://github.com/John1261/libmp3lame.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "libmp3lame/Lame/*.{h,m}",
22   "public_header_files": "libmp3lame/Lame/*.h",
23   "preserve_paths": "libmp3lame/Lame",
24   "vendored_libraries": "libmp3lame/Lame/libmp3lame.a",
25   "frameworks": [
26     "UIKit",
27     "Foundation",
28     "AVFoundation"
29   ]