blob: 0e46b9ecdaeb0eb7a666fec95e0a2bbd40fedd5a [file] [log] [blame]
{
"name": "FCUUID",
"version": "1.3.1",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/fabiocaccamo/FCUUID",
"authors": {
"Fabio Caccamo": "fabio.caccamo@gmail.com"
},
"summary": "iOS UUID / Universally Unique Identifiers library as alternative to UDID and identifierForVendor.",
"source": {
"git": "https://github.com/fabiocaccamo/FCUUID.git",
"tag": "1.3.1"
},
"source_files": "FCUUID/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"Security"
],
"requires_arc": true,
"dependencies": {
"UICKeyChainStore": [
"~> 2.1.0"
]
},
"platforms": {
"ios": "5.0",
"tvos": "9.0"
}
}