blob: cb1224d1f5fb90a7ff8604088c9dcd8f82a2f16c [file] [log] [blame]
{
"name": "JEUtility",
"version": "1.0.4",
"summary": "Some commonly used methods",
"description": " It is a marquee view used on iOS, which implement by Objective-C.\n",
"homepage": "https://github.com/yinxianwei/JEUtility",
"license": "MIT",
"authors": {
"yinxianwei": "ios@yinxianwei.cn"
},
"source": {
"git": "https://github.com/yinxianwei/JEUtility.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "4.3"
},
"requires_arc": true,
"source_files": "JEUtility/*.{h,m}",
"resources": "JEUtility/UtilityTools.pch",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}