blob: 2389291c9b5d2cbc9c78dfd866d37717b9e8e368 [file] [log] [blame]
{
"name": "EasySegues",
"version": "0.1.0",
"summary": "You can use block insted of delegate to store information into your UIViewController.",
"description": "EasySegues add's custom method through UIViewController category. Use this method to store your data using block insted of delegate into your UIViewController.",
"homepage": "https://github.com/kdementiev/EasySegues",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kdementiev": "scorch1993@gmail.com"
},
"source": {
"git": "https://github.com/kdementiev/EasySegues.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "EasySegues/Classes/**/*"
}