[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 0 / 9 / FCUUID / 1.3.1 / FCUUID.podspec.json
blob0e46b9ecdaeb0eb7a666fec95e0a2bbd40fedd5a
2   "name": "FCUUID",
3   "version": "1.3.1",
4   "license": {
5     "type": "MIT"
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.3.1"
15   },
16   "source_files": "FCUUID/*.{h,m}",
17   "frameworks": [
18     "Foundation",
19     "UIKit",
20     "Security"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "UICKeyChainStore": [
25       "~> 2.1.0"
26     ]
27   },
28   "platforms": {
29     "ios": "5.0",
30     "tvos": "9.0"
31   }