blob: ab5dfa39fd4a949f2a9b39835a2495801b74ebeb [file] [log] [blame]
{
"name": "DataShaExtension",
"version": "1.0.1",
"description": "Extension for Data swift type for SHA digests",
"summary": "Data sha extension",
"homepage": "https://bitbucket.org/m_konovalov/datashaextension/overview",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mikhail Konovalov": "m.konovalov@redmadrobot.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://m_konovalov@bitbucket.org/m_konovalov/datashaextension.git",
"tag": "1.0.1",
"branch": "master"
},
"source_files": "Source/DataShaExtension/**/*.{h,m, swift}",
"requires_arc": true,
"preserve_paths": "Source/DataShaExtension/**/*",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/DataShaExtension/Source/DataShaExtension/CCWrapperModulemap"
}
}