blob: f48e83686ecd39971940e14333a925ccf57d7008 [file] [log] [blame]
{
"name": "Vastra",
"version": "1.2.1",
"summary": "Object validation strategies for iOS ",
"description": "Vastra (from VAlidation STRAtegies) is a easy-to-use validation strategy library. You will be able to define custom strategies or just use the existing ones and create custom validation services.",
"homepage": "https://github.com/mobilejazz/Vastra-ios",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Mobile Jazz": "info@mobilejazz.com"
},
"social_media_url": "http://twitter.com/mobilejazzcom",
"source": {
"git": "https://github.com/mobilejazz/Vastra-ios.git",
"tag": "1.2.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"Vastra/*.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true
}