[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / 0 / a / 9 / JUNFlex / 0.3.0 / JUNFlex.podspec.json
blob45762b087821af9f6b31269d774ec3ef11a8ab71
2   "name": "JUNFlex",
3   "version": "0.3.0",
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.0"
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   ],
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ],
30   "dependencies": {
31     "JUNTableView": [
32       "~> 0.1.0"
33     ],
34     "JUNCollectionView": [
35       "~> 0.1.0"
36     ],
37     "SDWebImage": [
38       "~> 5.0"
39     ]
40   }