[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 9 / 3 / 2 / OnceKit / 1.4.8 / OnceKit.podspec.json
blobd914e98eecd6eee108cce9ee535beb8309447c3f
2   "name": "OnceKit",
3   "version": "1.4.8",
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.4.8"
20   },
21   "source_files": "OnceKit/**/*.{h,m}",
22   "resources": "OnceKit/Assets/**/*.xcassets",
23   "requires_arc": true,
24   "frameworks": [
25     "UIKit",
26     "CoreFoundation",
27     "QuartzCore",
28     "CoreGraphics",
29     "CoreImage",
30     "CoreText",
31     "ImageIO",
32     "Accelerate"
33   ],
34   "dependencies": {
35     "MJRefresh": [
36       "~> 3.1.1"
37     ],
38     "MBProgressHUD": [
39       "~> 1.1.0"
40     ]
41   }