[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / e / Soundable / 1.1.0 / Soundable.podspec.json
blobd7ad6043f84d1f1417c7e159f129f3f68b2d09db
2   "name": "Soundable",
3   "version": "1.1.0",
4   "summary": "Playing sounds in your Swift applications and games never was that easy",
5   "description": "Soundable is a tiny library that uses `AVFoundation` to manage the playing of sounds in iOS applications in a simple and easy way. You can play single audios, in sequence and in paralel, all is handled by the Soundable library and all they have completion closures when playing finishes.",
6   "homepage": "https://github.com/thxou/Soundable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "thxou": "yo@thxou.com"
13   },
14   "source": {
15     "git": "https://github.com/thxou/Soundable.git",
16     "tag": "1.1.0"
17   },
18   "social_media_url": "https://twitter.com/thxou",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "source_files": "Source/*.swift"