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