[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / 0 / 6 / Defactory / 0.1 / Defactory.podspec.json
blobe08c99634667882752017d0cf8b76d80d00f0f97
2   "name": "Defactory",
3   "version": "0.1",
4   "summary": "The simplest way to build test objects.",
5   "description": "                   * Define factories once, build everywhere.\n                   * Named factories.\n                   * Sequences.\n                   * Associations.\n                   * Handles primitives\n                   * Factory inheritance.\n                   * Tested.\n",
6   "homepage": "https://github.com/luisobo/Defactory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Luis Solano": "contact@luissolano.com"
13   },
14   "platforms": {
15     "ios": "4.0",
16     "osx": "10.7"
17   },
18   "source": {
19     "git": "https://github.com/luisobo/Defactory.git",
20     "tag": "0.1"
21   },
22   "source_files": [
23     "Defactory",
24     "Defactory/**/*.{h,m}"
25   ],
26   "public_header_files": "Defactory/**/*.h",
27   "requires_arc": true