[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 6 / 8 / LMAlertView / 1.1.0 / LMAlertView.podspec.json
blob9549703b56dd993d304a8773f7517a0ae766f62e
2   "name": "LMAlertView",
3   "version": "1.1.0",
4   "license": "MIT",
5   "summary": "Open Source, customisable clone of UIAlertView for iOS 7",
6   "homepage": "https://github.com/lmcd/LMAlertView",
7   "authors": {
8     "Lee McDermott": "lmalertview@leemcdermott.co.uk"
9   },
10   "source": {
11     "git": "https://github.com/lmcd/LMAlertView.git",
12     "tag": "v1.1.0"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "7.0"
17   },
18   "dependencies": {
19     "RBBAnimation": [
20       "~> 0.3.0"
21     ],
22     "CAAnimationBlocks": [
23       "~> 0.0.1"
24     ]
25   },
26   "public_header_files": "LMAlertView/*.h",
27   "source_files": [
28     "LMAlertView",
29     "LMAlertView/**/*.{h,m}"
30   ]