blob: 84c7c0decd1ee88e8407d2c242111a4638733cab [file] [log] [blame]
{
"name": "TAKUUID",
"version": "1.0.1",
"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.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"ios": {
"frameworks": "Security"
},
"public_header_files": "TAKUUID/*.h",
"source_files": "TAKUUID/*.{h,m}"
}