blob: be0dc400c5e76af840d8dee2ca19e546d34db48a [file] [log] [blame]
{
"name": "IdFramework",
"version": "0.3.0",
"summary": "This is Idans Framework.",
"description": "'This project contains a framework with usefull functionality'",
"homepage": "https://github.com/idanisra/IdFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"idanisra": "idan.israel@gmail.com"
},
"source": {
"git": "https://github.com/idanisra/IdFramework.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "4.2",
"static_framework": true,
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"Firebase": [
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Fibrease/**"
},
"source_files": "IdFramework/Classes/**/*.swift",
"swift_version": "4.2"
}