[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / c / 1 / 8 / ATPopupView / 0.2.2 / ATPopupView.podspec.json
blob9826812ec8ea07980aff254649c5a3d700f65f07
2   "name": "ATPopupView",
3   "version": "0.2.2",
4   "summary": "Abstract popup view",
5   "homepage": "https://github.com/ablettchen/ATPopupView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ablett": "ablettchen@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/ablettchen/ATPopupView.git",
15     "tag": "0.2.2"
16   },
17   "social_media_url": "https://twitter.com/ablettchen",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ATPopupView/**/*.{h,m}",
22   "requires_arc": true,
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "dependencies": {
28     "Masonry": [
30     ],
31     "ATCategories": [
33     ]
34   }