[Add] DGisFlutterMapSDK 12.3.0
[CocoaPods.git] / Specs / d / 6 / 4 / ALUtility / 0.3.2 / ALUtility.podspec.json
blob6f882838ce546c04977a2e1be68c283d45da11f8
2   "name": "ALUtility",
3   "version": "0.3.2",
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.2"
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   ],
35   "libraries": "z",
36   "dependencies": {
37     "SDWebImage": [
38       "~> 4.0"
39     ]
40   }