blob: 0473b84c2ad016bad8e927b10d4933294674ead4 [file] [log] [blame]
{
"name": "UIViewPoint",
"version": "0.0.1",
"summary": "A UIView category for point.",
"description": "It is a component for ios photo browser,written by Objective-C.",
"homepage": "https://github.com/KimLucky/UIViewPoint",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KimLucky": "zhaoxin311224@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/KimLucky/UIViewPoint.git",
"tag": "0.0.1"
},
"source_files": "UIViewPoint/**/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}