[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / f / AKUTestKit / 1.1.1 / AKUTestKit.podspec.json
blobc5f4cfb656bffad2ff8c7ae5f1493dea6fd5349e
2   "name": "AKUTestKit",
3   "version": "1.1.1",
4   "summary": "A library for generating random NSString, NSDate, NSNumber, etc.",
5   "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",
6   "homepage": "https://github.com/akuraru/AKUTestKit",
7   "license": "MIT",
8   "authors": {
9     "akuraru": "akuraru@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/akuraru/AKUTestKit.git",
13     "tag": "1.1.1"
14   },
15   "social_media_url": "https://twitter.com/akuraru",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": [
21     "RandomGenerator",
22     "Check"
23   ],
24   "deprecated": true,
25   "subspecs": [
26     {
27       "name": "RandomGenerator",
28       "source_files": "Pod/Classes/generator"
29     },
30     {
31       "name": "Check",
32       "source_files": "Pod/Classes/check"
33     }
34   ]