[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 0 / a / 9 / JUNFlex / 0.1.2 / JUNFlex.podspec.json
blobb2941aaaf6be6eca225a31827b2f070cf6e8ec1e
2   "name": "JUNFlex",
3   "version": "0.1.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.1.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/builder/*.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   }