[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / f / AKUTestKit / 1.1.2 / AKUTestKit.podspec.json
blob7fe52c8576e77ef1475d8c00a69d766c939b9aea
2   "name": "AKUTestKit",
3   "version": "1.1.2",
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.2"
14   },
15   "social_media_url": "https://twitter.com/akuraru",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "all",
21   "deprecated": true,
22   "subspecs": [
23     {
24       "name": "all",
25       "dependencies": {
26         "AKUTestKit/RandomGenerator": [
28         ],
29         "AKUTestKit/Check": [
31         ]
32       },
33       "source_files": "Pod/Classes/"
34     },
35     {
36       "name": "RandomGenerator",
37       "source_files": "Pod/Classes/generator"
38     },
39     {
40       "name": "Check",
41       "source_files": "Pod/Classes/check"
42     }
43   ]