[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 2 / 3 / b / Chirp / 1.0.1 / Chirp.podspec.json
blobc20759557b250102d382f136f6c07d08d687705b
2   "name": "Chirp",
3   "version": "1.0.1",
4   "summary": "The easiest way to prepare, play, and remove sounds in your Swift app!",
5   "description": "Bored of manually managing SystemSoundIDs?  Chirp gives you a quick and easy way to prepare, play, and remove sounds in your app!  Each of those only taking 1 line of code.",
6   "homepage": "https://github.com/trifl/Chirp",
7   "license": "MIT",
8   "authors": {
9     "JP McGlone": "jp@trifl.co"
10   },
11   "source": {
12     "git": "https://github.com/trifl/Chirp.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Chirp": [
22       "Pod/Assets/*.png"
23     ]
24   }