[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 8 / a / ASAudioPlayer / 0.1.0 / ASAudioPlayer.podspec.json
blobfbb24f9f5f6974871931b19cabb387cefd081af3
2   "name": "ASAudioPlayer",
3   "version": "0.1.0",
4   "summary": "An easy to use audio player component.",
5   "description": "This cocoapod provides an easy to audio player. Just provide it a NSURL and it plays it.",
6   "homepage": "https://github.com/shahankit/ASAudioPlayer",
7   "license": "MIT",
8   "authors": {
9     "Ankit Shah": "shahankit2313@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/shahankit/ASAudioPlayer.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "ios": {
21     "resource_bundles": {
22       "ASAudioPlayer": [
23         "Pod/Assets/*.png"
24       ]
25     }
26   }