blob: b5fe70a3765039e0acd6f06ef09a3f61939925d4 [file] [log] [blame]
{
"name": "IdFramework",
"version": "0.4.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.4.0"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "4.2",
"static_framework": true,
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"FirebaseCore": [
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Fibrease/**"
},
"source_files": "IdFramework/Classes/**/*.swift",
"swift_version": "4.2"
}