blob: 6c005833b71a8db9a39b911cdc1adda5f8c3dea1 [file] [log] [blame]
{
"name": "NLTQuickCheck",
"version": "0.0.1",
"license": "MIT",
"summary": "like Haskell QuickCheck. QuickCheck is random test library.",
"homepage": "http://github.com/yaakaito/NLTQuickCheck",
"authors": {
"KAZUMA Ukyo": "yaakaito@gmail.com"
},
"source": {
"git": "https://github.com/yaakaito/NLTQuickCheck.git",
"tag": "0.0.1"
},
"platforms": {
"ios": null
},
"source_files": [
"NLTQuickCheck/**/*.{h,m}",
"NLTQuickCheck/Arbitraries/**/*.{h,m}"
],
"requires_arc": true
}