[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / 0 / a / 9 / JUNFlex / 0.3.2 / JUNFlex.podspec.json
blob8b5ffeb6dfd814d68c596c7e6b70181d3840084b
2   "name": "JUNFlex",
3   "version": "0.3.2",
4   "summary": "A ui framework that makes ios development easier.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/Jun2786184671/JUNFlex",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jun Ma": "maxinchun5@gmail.com"
13   },
14   "source": {
15     "git": "git@github.com:Jun2786184671/JUNFlex.git",
16     "tag": "0.3.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "JUNFlex/Classes/**/*",
22   "public_header_files": [
23     "JUNFlex/Classes/*.h",
24     "JUNFlex/Classes/core/builders/*.h",
25     "JUNFlex/Classes/core/widgets/JUNItem.h"
26   ],
27   "frameworks": [
28     "UIKit",
29     "Foundation"
30   ],
31   "dependencies": {
32     "JUNTableView": [
33       "~> 0.1.0"
34     ],
35     "JUNCollectionView": [
36       "~> 0.1.0"
37     ],
38     "SDWebImage": [
39       "~> 5.0"
40     ]
41   }