[Add] FTMobileSDK 1.5.9-alpha.1
[CocoaPods.git] / Specs / e / 6 / 8 / PersistentUUID / 1.0.0 / PersistentUUID.podspec.json
blobd5807ea93e6e0ed086467614b974c6df4026159a
2   "name": "PersistentUUID",
3   "version": "1.0.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": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "PersistentUUID/Classes/**/*",
22   "dependencies": {
23     "KeychainAccess": [
24       "~> 3.0.0"
25     ]
26   }