[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 9 / 8 / CRToast / 0.0.9 / CRToast.podspec.json
blob4c1d5967b79a6a9186bd04293efefb08209a1b56
2   "name": "CRToast",
3   "version": "0.0.9",
4   "license": "MIT",
5   "summary": "A modern iOS toast view that can fit your notification needs",
6   "homepage": "https://github.com/cruffenach/CRToast",
7   "authors": {
8     "Collin Ruffenach": "cruffenach@gmail.com",
9     "Ashton Williams": ""
10   },
11   "source": {
12     "git": "https://github.com/cruffenach/CRToast.git",
13     "tag": "0.0.9"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source_files": "CRToast/*.{h,m}",
20   "public_header_files": [
21     "CRToast/CRToast.h",
22     "CRToast/CRToastConfig.h",
23     "CRToast/CRToastManager.h"
24   ]