[Add] CZarSDK 1.1.13-tobid-test04
[CocoaPods.git] / Specs / e / 1 / 3 / ISAlertView / 0.2 / ISAlertView.podspec.json
blob458c1a7835e514613e2b58805fc6a494a7964b42
2   "name": "ISAlertView",
3   "version": "0.2",
4   "summary": "A custom iOS7-like alert view with subviews",
5   "description": "                    The addSubview is not available in UIAlertView in iOS7 any more. The view hierarchy for this class is\n                    private and must not be modified.\n                    As a solution, this class creates an iOS7-style dialog which you can extend with any UIViews or buttons.\n                    The animations and the looks are copied too and no images or other resources are needed.\n",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "homepage": "http://github.com/istepanov/ISAlertView",
11   "authors": "Ilya Stepanov",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/istepanov/ISAlertView.git",
17     "tag": "0.2"
18   },
19   "source_files": "*.{h,m}",
20   "requires_arc": true