[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / e / 9 / PXAlertView / 0.1.1 / PXAlertView.podspec.json
blobacecd461e8bd4a99d1d5df8b7f742e5df95b5b99
2   "name": "PXAlertView",
3   "version": "0.1.1",
4   "summary": "A drop-in replacement for UIAlertView that is more customisable and skinnable",
5   "description": "PXAlertView is a UIAlertView replacement similar to the style in iOS 7 but with a block based API and the ability to customise the styling and add custom views.",
6   "homepage": "https://github.com/alexanderjarvis/PXAlertView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alexander Jarvis": "alex@panaxiom.co.uk"
13   },
14   "source": {
15     "git": "https://github.com/alexanderjarvis/PXAlertView.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "requires_arc": true