blob: 61ca77089abb3a98eb99765355ca82408743643b [file] [log] [blame]
{
"name": "Vastra",
"version": "1.1.0",
"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.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"Vastra/*.{h,m}"
],
"dependencies": {
"Reachability": [
]
},
"frameworks": "Foundation",
"requires_arc": true
}