[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / a / 7 / 3 / FactoryFactory / 0.1.0 / FactoryFactory.podspec.json
blob452917d9ac428ac0d75d52f82ea8f310b7461616
2   "name": "FactoryFactory",
3   "version": "0.1.0",
4   "summary": "FactoryFactory - generate boilerplate of factory Swift framework.",
5   "description": "FactoryFactory is a framework to generate boilerplate of factory with an easy to write TestCase.\nIt generates factories automatically to enable this functionality.",
6   "homepage": "https://github.com/Nonchalant/FactoryFactory",
7   "license": "MIT",
8   "authors": {
9     "Takeshi Ihara": "afrontier829@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Nonchalant/FactoryFactory.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source_files": [
22     "Source/**/*.swift"
23   ],
24   "preserve_paths": [
25     "Generator/**/*",
26     "run"
27   ],
28   "prepare_command": "curl -Lo run https://github.com/Nonchalant/FactoryFactory/releases/download/0.1.0/run\nchmod +x run",
29   "frameworks": "Foundation",
30   "requires_arc": true,
31   "pod_target_xcconfig": {
32     "ENABLE_BITCODE": "NO",
33     "SWIFT_REFLECTION_METADATA_LEVEL": "none"
34   }