blob: e2dc2c63fafc8754236f55ad1b7217846e515d72 [file] [log] [blame]
{
"name": "NSObject+Expectation",
"version": "0.2",
"summary": "Simple object verification that does not clutter your code.",
"homepage": "https://github.com/343max/NSObject-Expectation",
"license": "BSD",
"authors": {
"Max Winde": "max.winde@gmail.com"
},
"source": {
"git": "https://github.com/343max/NSObject-Expectation.git",
"tag": "0.2"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "*.{h,m}",
"requires_arc": true
}