[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 9 / 3 / 2 / OnceKit / 1.0.6 / OnceKit.podspec.json
blob8c7e8cd1c699385ca0f3f2e838138b862a4e7c1c
2   "name": "OnceKit",
3   "summary": "一个集成常用扩展的类库",
4   "version": "1.0.6",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "once00": "love521943@hotmail.com"
11   },
12   "social_media_url": "http://onceo.me/",
13   "homepage": "https://github.com/once00/OnceKit",
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/once00/OnceKit.git",
19     "tag": "1.0.6"
20   },
21   "requires_arc": true,
22   "source_files": "OnceKit/**/*.{h,m}",
23   "public_header_files": "OnceKit/**/*.{h}",
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   }