[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 6 / 7 / 5 / JMCommon / 1.0.1 / JMCommon.podspec.json
blob73c116ed2f61f4bde331c557e6dbb3ec1e575fed
2   "name": "JMCommon",
3   "version": "1.0.1",
4   "summary": "My Common lib",
5   "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",
6   "homepage": "http://github.com/jmnice/JMCommon",
7   "license": "MIT",
8   "authors": {
9     "基米": "381916257@qq.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "requires_arc": false,
15   "source": {
16     "git": "https://github.com/jmnice/JMCommon.git",
17     "tag": "1.0.1"
18   },
19   "source_files": "JMCommon",
20   "frameworks": [
21     "Foundation",
22     "CoreGraphics",
23     "UIKit"
24   ],
25   "dependencies": {
26     "CocoaAsyncSocket": [
27       "~> 7.3.5"
28     ]
29   }