[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 2 / 3 / f / AKUTestKit / 1.1.0 / AKUTestKit.podspec.json
blob98804339de1575f11b516ddc5b0fb141f1a0187b
2   "name": "AKUTestKit",
3   "version": "1.1.0",
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.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "all",
20   "deprecated": true,
21   "subspecs": [
22     {
23       "name": "all",
24       "dependencies": {
25         "AKUTestKit/RandomGenerator": [
27         ],
28         "AKUTestKit/Check": [
30         ]
31       },
32       "source_files": "Pod/Classes/"
33     },
34     {
35       "name": "RandomGenerator",
36       "source_files": "Pod/Classes/generator"
37     },
38     {
39       "name": "Check",
40       "source_files": "Pod/Classes/check"
41     }
42   ]