[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 1 / 3 / ISAlertView / 0.1 / ISAlertView.podspec.json
blobbc5d5a53c62914b5b65b7ce4e9891567573c3350
2   "name": "ISAlertView",
3   "version": "0.1",
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.1"
18   },
19   "source_files": "*.{h,m}",
20   "requires_arc": true