[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 6 / 9 / 4 / AANotifier / 1.0 / AANotifier.podspec.json
blobf6324f020cbf3c99b3bdb7b106d79aa47ea208f4
2   "name": "AANotifier",
3   "version": "1.0",
4   "summary": "AANotifier allows you to create UIView based fragments to be appear on screen at runtime in iOS, written in Swift.",
5   "description": "AANotifier allows you to create UIView based fragments to be appear on screen at runtime. It is designed to make custom elements in UIView even from xib based to animate on screen. It can be a custom popup view, action bar, message display banner etc.",
6   "homepage": "https://github.com/EngrAhsanAli/AANotifier",
7   "screenshots": "https://raw.githubusercontent.com/EngrAhsanAli/AANotifier/master/Screenshots/AANotifier.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "EngrAhsanAli": "hafiz.m.ahsan.ali@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/EngrAhsanAli/AANotifier.git",
17     "tag": "1.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "AANotifier/Classes/**/*",
23   "dependencies": {
24     "AAViewAnimator": [
25       "~> 1.0"
26     ]
27   }