[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / d / 2 / JVAlertController / 1.0.0 / JVAlertController.podspec.json
blob9e546b3867971f9ef3a4efe405149bbd071292de
2   "name": "JVAlertController",
3   "version": "1.0.0",
4   "summary": "JVAlertController is an API-compatible backport of UIAlertController for iOS 7",
5   "homepage": "http://github.com/jverdi/JVAlertController",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jared Verdi": "jared@jaredverdi.com"
12   },
13   "source": {
14     "git": "https://github.com/jverdi/JVAlertController.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "JVAlertController/JVAlertController/*.{h,m}",
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "requires_arc": true