[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 9 / 3 / 2 / OnceKit / 1.2.3 / OnceKit.podspec.json
blob16eac46ffce09817ad3016ec30afd5daa3efa47d
2   "name": "OnceKit",
3   "summary": "一个集成常用扩展的类库",
4   "version": "1.2.3",
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.2.3"
20   },
21   "requires_arc": true,
22   "source_files": "OnceKit/**/*.{h,m}",
23   "public_header_files": "OnceKit/**/*.{h}",
24   "resources": "OnceKit/Assets/**/*.xcassets",
25   "libraries": "z",
26   "frameworks": [
27     "UIKit",
28     "CoreFoundation",
29     "QuartzCore",
30     "CoreGraphics",
31     "CoreImage",
32     "CoreText",
33     "ImageIO",
34     "Accelerate"
35   ],
36   "dependencies": {
37     "MJRefresh": [
38       "~> 3.1.1"
39     ],
40     "MBProgressHUD": [
41       "~> 1.0.0"
42     ]
43   }