blob: 2e6818c4a6d23dcda7c43cdf7294609cd1df25b2 [file] [log] [blame]
{
"name": "JMCommon",
"version": "1.0.0",
"summary": "My Common lib",
"description": " Library with common code for ios.\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!\n",
"homepage": "http://github.com/jmnice/JMCommon",
"license": "MIT",
"authors": {
"基米": "381916257@qq.com"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": false,
"source": {
"git": "https://github.com/jmnice/JMCommon.git",
"tag": "1.0.0"
},
"source_files": "JMCommon",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.3.5"
]
}
}