[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / b / 4 / IVSUtil / 0.1.0 / IVSUtil.podspec.json
blobd300d9e5982942b750eb7f140db95a38123af069
2   "name": "IVSUtil",
3   "version": "0.1.0",
4   "summary": "A util functions library for Objective-C.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/netcanis/IVSUtil",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "netcanis": "netcanis@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/netcanis/IVSUtil.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "IVSUtil/**/*.{h,m,mm,c,cpp}",
23   "private_header_files": "IVSUtil/Private/*.h",
24   "frameworks": [
25     "Foundation",
26     "UIKit",
27     "QuartzCore"
28   ],
29   "dependencies": {
30     "SDWebImage": [
32     ]
33   }