[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 6 / d / e / AMKPopupView / 0.1.0 / AMKPopupView.podspec.json
bloba3f59598932dbf67fa98084c6daddfffaf27971e
2   "name": "AMKPopupView",
3   "version": "0.1.0",
4   "summary": "Summary of AMKPopupView.",
5   "description": "A description of AMKPopupView.",
6   "homepage": "https://github.com/AndyM129/AMKPopupView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andy__M": "andy_m129@baidu.com"
13   },
14   "source": {
15     "git": "https://github.com/AndyM129/AMKPopupView.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "http://www.jianshu.com/u/28d89b68984b",
19   "frameworks": "UIKit",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "default_subspecs": "AMKPopupViewPriority",
24   "subspecs": [
25     {
26       "name": "AMKActionSheet",
27       "source_files": "AMKPopupView/Classes/ActionSheet/*.{h,m}",
28       "dependencies": {
29         "AMKPopupView/AMKPopupView": [
31         ],
32         "Masonry": [
34         ]
35       }
36     },
37     {
38       "name": "AMKPopupViewPriority",
39       "source_files": "AMKPopupView/Classes/PopupViewPriority/*.{h,m}",
40       "dependencies": {
41         "AMKPopupView/AMKPopupView": [
43         ],
44         "Aspects": [
46         ]
47       }
48     },
49     {
50       "name": "AMKPopupView",
51       "source_files": "AMKPopupView/Classes/PopupView/*.{h,m}",
52       "dependencies": {
53         "Masonry": [
55         ]
56       }
57     }
58   ]