blob: 86ef8157c7fd9b0d893eb4e902a2df11bb31be90 [file] [log] [blame]
{
"name": "FlintCore",
"version": "1.0.7",
"summary": "The Flint framework for building apps using Feature Driven Development.",
"description": "A modern framework for deeply integrated Swift apps.",
"homepage": "https://flint.tools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Marc Palmer",
"social_media_url": "https://twitter.com/flintframework",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "4.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/MontanaFlossCo/Flint.git",
"tag": "ea-1.0.7"
},
"source_files": "FlintCore/**/*.{h,m,swift}",
"osx": {
"exclude_files": "**/UIKit-Specific/*.swift"
},
"watchos": {
"exclude_files": [
"**/UIKit-Specific/*.swift",
"**/StoreKit-Specific/*.swift"
]
},
"tvos": {
"exclude_files": "**/Intents-Specific/*.swift",
"frameworks": [
"UIKit",
"StoreKit"
]
},
"swift_version": "4.0",
"module_name": "FlintCore",
"ios": {
"frameworks": [
"UIKit",
"StoreKit"
]
}
}