[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / f / c / 9 / LYPopView / 1.0.1 / LYPopView.podspec.json
blob1e094a903f6d21de99e09ae081ecff1372768a05
2   "name": "LYPopView",
3   "version": "1.0.1",
4   "summary": "pop view.",
5   "description": "a pop view.\nmessage, table, date, button, etc.",
6   "homepage": "https://github.com/blodely/LYPopView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Luo Yu": "indie.luo@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/blodely/LYPopView.git",
16     "tag": "1.0.1"
17   },
18   "social_media_url": "https://weibo.com/blodely",
19   "platforms": {
20     "ios": "7.0"
21   },
22   "source_files": [
23     "LYPopView/Classes/*",
24     "LYPopView/Classes/action/*",
25     "LYPopView/Classes/hover/*",
26     "LYPopView/Classes/dropdown/*",
27     "LYPopView/Classes/picker/*",
28     "LYPopView/Classes/picker_date/*",
29     "LYPopView/Classes/picker_list/*",
30     "LYPopView/Classes/pop_message/*",
31     "LYPopView/Classes/pop_table/*",
32     "LYPopView/Classes/pop_date/*",
33     "LYPopView/Classes/pop_image/*",
34     "LYPopView/Configurations/*.plist"
35   ],
36   "resource_bundles": {
37     "LYPopView": [
38       "LYPopView/Assets/*.png"
39     ]
40   },
41   "frameworks": [
42     "UIKit",
43     "WebKit"
44   ],
45   "dependencies": {
46     "LYCategory": [
47       "~> 1.2.38"
48     ],
49     "FCFileManager": [
50       "~> 1.0.18"
51     ],
52     "AFNetworking": [
53       "~> 3.2.1"
54     ],
55     "Masonry": [
56       "~> 1.1.0"
57     ]
58   }