[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 0 / 9 / FCUUID / 1.1.0 / FCUUID.podspec.json
blobe34374b8ae84d179c7dcd712941c0737d3e985d4
2   "name": "FCUUID",
3   "version": "1.1.0",
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.0"
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   }