[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / b / 9 / 2 / Alert / 1.0.2 / Alert.podspec.json
blobae329de2ef9db2ecd1fb9e86061a1a46df3f51b5
2   "name": "Alert",
3   "version": "1.0.2",
4   "summary": "iOS AlertView.",
5   "homepage": "https://github.com/whde/Alert",
6   "license": "MIT",
7   "authors": {
8     "Whde": "460290973@qq.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/whde/Alert.git",
15     "tag": "1.0.2"
16   },
17   "source_files": "Alert/Alert/AlertView/*",
18   "frameworks": [
19     "Foundation",
20     "CoreGraphics",
21     "UIKit"
22   ],
23   "requires_arc": true,
24   "description": "It is a Alert view used on iOS, which implement by Objective-C."