[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / f / c / 9 / LYPopView / 1.12.1 / LYPopView.podspec.json
blob7db1549307e8c8780b87c7f17a4b6dd42e851d00
2   "name": "LYPopView",
3   "version": "1.12.1",
4   "summary": "pop view.",
5   "description": "a pop view.\nmessage, table, date, button, etc.\nVersions: 1.0.x=>iOS7; 1.12.x=>Xcode12.iOS9",
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.12.1"
17   },
18   "social_media_url": "https://weibo.com/blodely",
19   "platforms": {
20     "ios": "9.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   ],
35   "resources": "LYPopView/Configurations/*.plist",
36   "resource_bundles": {
37     "LYPopView": [
38       "LYPopView/Assets/*.png"
39     ]
40   },
41   "frameworks": [
42     "UIKit",
43     "WebKit"
44   ],
45   "dependencies": {
46     "LYCategory": [
47       "~> 1.12.2"
48     ],
49     "FCFileManager": [
50       "~> 1.0.20"
51     ],
52     "AFNetworking": [
53       "~> 4.0"
54     ],
55     "Masonry": [
56       "~> 1.1.0"
57     ]
58   }