blob: b61cc9fddd282f2e570daad1718b970bb9e020a2 [file] [log] [blame]
{
"name": "AuthenticationKit",
"version": "0.2.0",
"summary": "Simplify Authentication",
"homepage": "https://github.com/petester42/AuthenticationKit",
"license": "MIT",
"authors": {
"Pierre-Marc Airoldi": "pierremarcairoldi@gmail.com"
},
"source": {
"git": "https://github.com/petester42/AuthenticationKit.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "AuthenticationKit/Core/*",
"ios": {
"source_files": "AuthenticationKit/iOS/*"
},
"osx": {
"source_files": "AuthenticationKit/Mac/*"
}
}