[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 6 / 4 / ALUtility / 0.3.8 / ALUtility.podspec.json
blob2bf427dd000b3d51c9e02dae4413764a0520707f
2   "name": "ALUtility",
3   "version": "0.3.8",
4   "summary": "Project Starter for personal usage.",
5   "description": "It's a bunch of categories that make a project development easier",
6   "homepage": "https://github.com/jinbo0122/ALUtility",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jinbo0122": "albert_leee@me.com"
13   },
14   "source": {
15     "git": "https://github.com/jinbo0122/ALUtility.git",
16     "tag": "0.3.8"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "prefix_header_contents": "#import \"ALExtension.h\"",
22   "source_files": "ALUtility/Classes/**/*.{h,m}",
23   "frameworks": [
24     "UIKit",
25     "Photos",
26     "CoreGraphics",
27     "ImageIO",
28     "AssetsLibrary",
29     "Security",
30     "QuartzCore",
31     "Foundation",
32     "SystemConfiguration",
33     "AVFoundation",
34     "WebKit"
35   ],
36   "libraries": "z",
37   "dependencies": {
38     "SDWebImage": [
39       "~> 4.0"
40     ]
41   }