[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 6 / 8 / PersistentUUID / 0.4.0 / PersistentUUID.podspec.json
blobd30dc225454775f888eb508dccbdb71b1ac1942f
2   "name": "PersistentUUID",
3   "version": "0.4.0",
4   "summary": "Persistent UUIDs",
5   "description": "Access a UUID that persists through app deletion and reinstallation.",
6   "homepage": "https://github.com/chrischares/PersistentUUID",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chris Chares": "chris@chares.io"
13   },
14   "source": {
15     "git": "https://github.com/chrischares/PersistentUUID.git",
16     "tag": "0.4.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "PersistentUUID/Classes/**/*",
22   "dependencies": {
23     "KeychainAccess": [
24       "~> 2.4.0"
25     ]
26   }