blob: c71ea039f61241eda8eee3574d30503d67353e3d [file] [log] [blame]
{
"name": "FactoryProvider",
"version": "0.3.0",
"summary": "FactoryProvider - generate boilerplate of factory Swift framework.",
"description": "FactoryProvider is a framework to generate boilerplate of factory with an easy to write TestCase.\nIt generates factories automatically to enable this functionality.",
"homepage": "https://github.com/Nonchalant/FactoryProvider",
"license": "MIT",
"authors": {
"Takeshi Ihara": "afrontier829@gmail.com"
},
"source": {
"git": "https://github.com/Nonchalant/FactoryProvider.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": [
"Source/**/*.swift"
],
"preserve_paths": [
"Generator/**/*",
"generate"
],
"prepare_command": "curl -Lo generate https://github.com/Nonchalant/FactoryProvider/releases/download/0.3.0/generate\nchmod +x generate",
"frameworks": "Foundation",
"requires_arc": true,
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO",
"SWIFT_REFLECTION_METADATA_LEVEL": "none"
}
}