blob: d075fb137944a09ee67288ee78fd002c757c94c2 [file] [log] [blame]
{
"name": "YLLongTapShare@kennygunie",
"version": "0.1.1",
"summary": "fork of kennygunie",
"description": "Long tap for sharing control for iOS. Using Core Animation without any other 3rd libs.",
"homepage": "https://github.com/kennygunie/YLLongTapShare",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liyong03": "liyong03@gmail.com",
"Kien NGUYEN": "kennygunie@gmail.com"
},
"social_media_url": "http://twitter.com/kennygunie",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/kennygunie/YLLongTapShare.git",
"tag": "v0.1.1"
},
"source_files": [
"YLLongTapShareControl",
"YLLongTapShareControl/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "CoreGraphics",
"requires_arc": true
}