[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / d / 6 / e / ESMusicPodLib / 0.1.0 / ESMusicPodLib.podspec.json
blob3f7561131f8749bddd35b601e13ba93fa864e961
2   "name": "ESMusicPodLib",
3   "version": "0.1.0",
4   "summary": "封装 别人的ESTMusicPlayer 为 Pod形式",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/zhuyanboyue/ESMusicPodLib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhuyanboyue@163.com": "mac.zhou@touchgui.com"
13   },
14   "source": {
15     "git": "https://github.com/zhuyanboyue/ESMusicPodLib.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "ESMusicPodLib/Classes/**/*",
22   "resource_bundles": {
23     "ESMusicPodLib": [
24       "ESMusicPodLib/Assets/Image/*.png"
25     ]
26   },
27   "prefix_header_contents": "#import \"Enesco.h\"",
28   "public_header_files": "Pod/Classes/**/*.h",
29   "frameworks": "UIKit",
30   "dependencies": {
31     "DOUAudioStreamer": [
32       "0.2.11"
33     ],
34     "SDWebImage": [
36     ],
37     "GVUserDefaults": [
39     ],
40     "MBProgressHUD": [
42     ],
43     "Mantle": [
44       "1.5.5"
45     ],
46     "AFNetworking": [
47       "~> 2.0"
48     ]
49   }