[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / 9 / 1 / JLAlertController / 0.1.1 / JLAlertController.podspec.json
blobb470bbb82862019deaa0ff7552486e4db590ffb6
2   "name": "JLAlertController",
3   "version": "0.1.1",
4   "summary": "A alert view.",
5   "description": "Popover style alert view.",
6   "homepage": "https://github.com/JulianSong/JLAlertController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "julian.song": "geeksong@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/JulianSong/JLAlertController.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "JLAlertController/Classes/*",
22   "public_header_files": "JLAlertController/Classes/*.h",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "JLTransitioning": [
27     ]
28   }