[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 4 / d / snippet / 1.0.6 / snippet.podspec.json
blob0a21d49d735fd4848bb7a94a3f7923dab98fe850
2   "name": "snippet",
3   "version": "1.0.6",
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.6"
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   ]