blob: 51b75c46a9611ee188782db439a87efbf48ee3c1 [file] [log] [blame]
{
"name": "MyExtension",
"version": "0.0.1",
"summary": "some category for me",
"description": "A longer description of MyExtension in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/FanKangPeng/MyExtension",
"license": "MIT",
"authors": {
"樊康鹏": "15936219505@163.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/FanKangPeng/MyExtension.git",
"tag": "0.0.1"
},
"source_files": "MyExtension/*",
"frameworks": "UIKit",
"requires_arc": true
}