blob: c5f4cfb656bffad2ff8c7ae5f1493dea6fd5349e [file] [log] [blame]
{
"name": "AKUTestKit",
"version": "1.1.1",
"summary": "A library for generating random NSString, NSDate, NSNumber, etc.",
"description": " See each generator's header.\n\nAKUTestKit.h\nAKUDateGenerator.h\nAKUFixedDate.h\nAKUInfinityList.h\nAKUListFunctional.h\nAKULoseDictionaryGenarator.h\nAKUNumberGenerator.h\nAKURandString.h\nAKURegularString.h\nAKUStringGenerator.h\nAKUChiSquaredTest.h\n",
"homepage": "https://github.com/akuraru/AKUTestKit",
"license": "MIT",
"authors": {
"akuraru": "akuraru@gmail.com"
},
"source": {
"git": "https://github.com/akuraru/AKUTestKit.git",
"tag": "1.1.1"
},
"social_media_url": "https://twitter.com/akuraru",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"default_subspecs": [
"RandomGenerator",
"Check"
],
"deprecated": true,
"subspecs": [
{
"name": "RandomGenerator",
"source_files": "Pod/Classes/generator"
},
{
"name": "Check",
"source_files": "Pod/Classes/check"
}
]
}