[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 6 / 9 / 4 / AANotifier / 1.1 / AANotifier.podspec.json
blobd4b9f3c20a4cf92b8fe17e452764560d25182401
2   "name": "AANotifier",
3   "version": "1.1",
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.1"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "AANotifier/Classes/**/*",
23   "dependencies": {
24     "AAViewAnimator": [
25       "~> 1.1"
26     ]
27   }