[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 7 / d / FCUniqueIdentifiers / 1.0.0 / FCUniqueIdentifiers.podspec.json
blob1140b48b9bf59ca87be8fe485568a29453c22e06
2   "name": "FCUniqueIdentifiers",
3   "version": "1.0.0",
4   "license": {
5     "type": "UNLICENSE"
6   },
7   "homepage": "https://github.com/fabiocaccamo/FCUniqueIdentifiers",
8   "authors": {
9     "Fabio Caccamo": "fabio.caccamo@gmail.com"
10   },
11   "summary": "iOS Unique Idenfiers (UUIDs) as alternative to UDID and identifierForVendor.",
12   "source": {
13     "git": "https://github.com/fabiocaccamo/FCUniqueIdentifiers.git",
14     "tag": "1.0.0"
15   },
16   "source_files": "FCUniqueIdentifiers/*.{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   }