blob: 7b7b38e79465993cdef8eedfd481b4a60440716e [file] [log] [blame]
{
"name": "calculateTool",
"version": "1.0",
"summary": "A calculateTool used on iOS.",
"description": "It is a marquee view used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/suquan/calculateTool",
"license": "MIT",
"authors": {
"suzhengquan": "251206238@qq.com"
},
"source": {
"git": "https://github.com/suquan/calculateTool.git",
"tag": "1.0"
},
"platforms": {
"ios": "4.3"
},
"requires_arc": true,
"source_files": "calculateTool/calculateTool.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}