[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 0 / 9 / FCUUID / 1.3.0 / FCUUID.podspec.json
bloba113206ba95a04d761cf38e2b92151578db288b5
2   "name": "FCUUID",
3   "version": "1.3.0",
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.0"
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   }