blob: 83e465f908f208d41c7438980453875c7caf8841 [file] [log] [blame]
{
"name": "IOSHelper",
"version": "0.1.3",
"summary": "UIView or other Helper.",
"description": "IOS UIView or other Helper Category.install and use.",
"homepage": "https://github.com/ateliee/IOSHelper",
"license": "MIT",
"authors": {
"ateliee": "info@ateliee.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/ateliee/IOSHelper.git",
"tag": "0.1.3"
},
"source_files": [
"IOSHelper",
"IOSHelper/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"CoreGraphics",
"Foundation"
],
"requires_arc": true
}