blob: 2c602f1a0bba1cffba284a35919822a0b79ffb91 [file] [log] [blame]
{
"name": "IVSUtil",
"version": "0.1.3",
"summary": "A util functions library for Objective-C.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/netcanis/IVSUtil",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"netcanis": "netcanis@gmail.com"
},
"source": {
"git": "https://github.com/netcanis/IVSUtil.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "IVSUtil/**/*.{h,m,mm,c,cpp}",
"private_header_files": "IVSUtil/Private/*.h",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
]
}