[Add] TensorFlowLiteC 0.0.1-nightly.20241230
[CocoaPods.git] / Specs / f / c / 9 / LYPopView / 0.1.33 / LYPopView.podspec.json
blob80142673b437d2bdd72959c67b2dfd1e9750bddd
2   "name": "LYPopView",
3   "version": "0.1.33",
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": "0.1.33"
17   },
18   "social_media_url": "https://weibo.com/blodely",
19   "platforms": {
20     "ios": "7.0"
21   },
22   "source_files": [
23     "LYPopView/Classes/action/*",
24     "LYPopView/Classes/hover/*",
25     "LYPopView/Classes/dropdown/*",
26     "LYPopView/Classes/picker/*",
27     "LYPopView/Classes/picker_date/*",
28     "LYPopView/Classes/picker_list/*",
29     "LYPopView/Classes/pop_message/*",
30     "LYPopView/Classes/pop_table/*",
31     "LYPopView/Classes/pop_date/*",
32     "LYPopView/Classes/pop_image/*",
33     "LYPopView/Classes/**/*",
34     "LYPopView/Configurations/*.plist"
35   ],
36   "resource_bundles": {
37     "LYPopView": [
38       "LYPopView/Assets/*.png"
39     ]
40   },
41   "frameworks": "UIKit",
42   "dependencies": {
43     "LYCategory": [
45     ],
46     "FCFileManager": [
47       "~> 1.0.18"
48     ],
49     "AFNetworking": [
50       "~> 3.2.1"
51     ],
52     "BlocksKit": [
53       "~> 2.2.5"
54     ],
55     "Masonry": [
56       "~> 1.1.0"
57     ]
58   }