[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 0 / 9 / FCUUID / 1.1.2 / FCUUID.podspec.json
blobdd19b2f10cccfcb10ffedb88f969f490093ebe0d
2   "name": "FCUUID",
3   "version": "1.1.2",
4   "license": {
5     "type": "UNLICENSE"
6   },
7   "homepage": "https://github.com/fabiocaccamo/FCUUID",
8   "authors": {
9     "Fabio Caccamo": "fabio.caccamo@gmail.com"
10   },
11   "summary": "iOS UUID / Universally Unique Identifiers library as alternative to UDID and identifierForVendor.",
12   "source": {
13     "git": "https://github.com/fabiocaccamo/FCUUID.git",
14     "tag": "1.1.2"
15   },
16   "source_files": "FCUUID/*.{h,m}",
17   "platforms": {
18     "ios": "5.0"
19   },
20   "frameworks": [
21     "Foundation",
22     "UIKit",
23     "Security"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "UICKeyChainStore": [
28       "~> 1.0.5"
29     ]
30   }