[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 4 / d / snippet / 1.0.3 / snippet.podspec.json
blob24c8c79c601adbcc8624176c9c0de7c3ec9fee7f
2   "name": "snippet",
3   "version": "1.0.3",
4   "summary": "code snippets used on iOS.",
5   "description": "IOS工具集[代码段],包括UIView工具集(定位、尺寸、快照、事件)、字符串工具集(略)、日期工具集(略)",
6   "homepage": "https://github.com/ankerlee/snippet",
7   "license": "MIT",
8   "authors": {
9     "Anker Lee": "ankerlee@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/ankerlee/snippet.git",
13     "tag": "1.0.3"
14   },
15   "platforms": {
16     "ios": "4.3"
17   },
18   "requires_arc": true,
19   "source_files": "snippet/src/*",
20   "frameworks": [
21     "Foundation",
22     "CoreGraphics",
23     "UIKit"
24   ]