[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 7 / 5 / JLLib / 0.0.4 / JLLib.podspec.json
blobfbbf835f1fc488d5634ab9b5683fad070bf5f4e1
2   "name": "JLLib",
3   "version": "0.0.4",
4   "summary": "ios base classes/libs for create new projects quickly",
5   "description": "iOS base classes/libs for creating new projects! \nUse this pod to create new projects quickly",
6   "homepage": "https://github.com/neildong/JLLib",
7   "license": "MIT",
8   "authors": {
9     "Peng": "neildong@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/neildong/JLLib.git",
16     "tag": "0.0.4"
17   },
18   "source_files": "JLLib/*.{m,h}",
19   "exclude_files": "Classes/Exclude",
20   "public_header_files": "JLLib/*.h",
21   "frameworks": [
22     "UIKit",
23     "SystemConfiguration",
24     "CoreTelephony",
25     "CoreImage",
26     "CoreLocation",
27     "MessageUI",
28     "QuartzCore"
29   ],
30   "libraries": [
31     "z",
32     "sqlite3"
33   ],
34   "requires_arc": true,
35   "dependencies": {
36     "AFNetworking": [
37       "~> 2.5.4"
38     ],
39     "SVProgressHUD": [
40       "~> 1.1.3"
41     ],
42     "SDWebImage": [
43       "~> 3.7.2"
44     ],
45     "Masonry": [
46       "~> 0.6.2"
47     ],
48     "FMDB": [
49       "~> 2.5"
50     ],
51     "EGOTableViewPullRefresh": [
52       "~> 0.1.0"
53     ],
54     "IQKeyboardManager": [
55       "~> 3.2.4"
56     ]
57   }