blob: 78688073c47d2c51b5afc1bcf798da273016671f [file] [log] [blame]
{
"name": "TAKUUID",
"version": "1.5.0",
"license": "MIT",
"summary": "create UUID and store to Keychain library",
"homepage": "https://github.com/taka0125/TAKUUID",
"authors": {
"Takahiro Ooishi": "taka0125@gmail.com"
},
"source": {
"git": "https://github.com/taka0125/TAKUUID.git",
"tag": "1.5.0"
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"ios": {
"frameworks": "Security"
},
"public_header_files": "Classes/*.h",
"source_files": "Classes/*.{h,m}"
}