blob: 6dbc44fc2060e09da44da945a750a5221ad98c1f [file] [log] [blame]
{
"name": "StockChart",
"version": "0.0.1",
"summary": "A custom stock chart.",
"description": "It is a custom keyboard for stock app used on IOS,whick implement by objective-c..\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/YongbaoWang/StockChart",
"license": "LICENSE",
"authors": {
"Ever": "wangyongbao2009@hotmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/YongbaoWang/StockChart.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation"
]
}