blob: 6f89ed79b99a201ab94b1f4b4133a7be527f94c0 [file] [log] [blame]
{
"name": "VDUtils",
"version": "0.0.1",
"summary": "Some uesful utils for iOS.",
"description": " It is some utils used on iOS, which implement by Objective-C.\n",
"homepage": "https://github.com/vilyever/VDUtils",
"license": "MIT",
"authors": {
"Vilyever": "vilyever@gmail.com"
},
"source": {
"git": "https://github.com/vilyever/VDUtils.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "VDUtils/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}