[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 3 / 2 / OnceKit / 1.5.3 / OnceKit.podspec.json
blob334f54a75e163064ecd58f2cddf7e817840908d3
2   "name": "OnceKit",
3   "version": "1.5.3",
4   "summary": "一个集成常用扩展的类库",
5   "homepage": "https://github.com/once00/OnceKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "once00": "love521943@hotmail.com"
12   },
13   "social_media_url": "http://onceo.me/",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/once00/OnceKit.git",
19     "tag": "1.5.3"
20   },
21   "source_files": "OnceKit/**/*.{h,m}",
22   "resources": "OnceKit/Assets/**/*.xcassets",
23   "requires_arc": true,
24   "libraries": "z",
25   "frameworks": [
26     "UIKit",
27     "CoreFoundation",
28     "QuartzCore",
29     "CoreGraphics",
30     "CoreImage",
31     "CoreText",
32     "ImageIO",
33     "Accelerate"
34   ],
35   "dependencies": {
36     "MJRefresh": [
37       "~> 3.1.1"
38     ],
39     "MBProgressHUD": [
40       "~> 1.1.0"
41     ]
42   }