[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 5 / 1 / UDID / 1.0.0 / UDID.podspec.json
blob96ceb79fe29e6cac97c6bc1ffc474ead6bcfa480
2   "name": "UDID",
3   "version": "1.0.0",
4   "summary": "以bundleID 为key 保存uuid 到 keychain, 作为设备唯一识别码",
5   "description": "以bundleID 为key 保存uuid 到 keychain, 作为设备唯一识别码",
6   "homepage": "https://github.com/qibaozhen/UDID.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "齐春宝": "@qqbbzz@126.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/qibaozhen/UDID.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/*.{h,m}"
24   ],
25   "public_header_files": "Classes/*.h",
26   "requires_arc": true