blob: e7fdeaa3f4d49f3c8961a0b889e22bce43c7e763 [file] [log] [blame]
{
"name": "DMKeychain",
"version": "1.0.0",
"summary": "This Cocoapod will allow you to easily store things in the iOS keychain",
"homepage": "https://github.com/HomeSchoolDev/DMKeychain",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Derek": "derekm9292@gmail.com"
},
"social_media_url": "http://twitter.com/Derek_maurer",
"source": {
"git": "https://github.com/HomeSchoolDev/DMKeychain.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "*.{h,m}",
"requires_arc": true
}