blob: 45336b0ecba7f615d19540657d394feb076ad73b [file] [log] [blame]
{
"name": "OrangeFramework",
"version": "1.0.2",
"summary": "Powerful framework aimed at fast and high quality developing mobile apps on Objective-C and Swift.",
"description": "OrangeFramework is a collection of components for fast and high quality developing mobile apps on Objective-C and Swift.\nIt includes a light-weight iOC container for dependency injection, simple logger, compoment for detecting running device, useful extensions and segues.",
"homepage": "https://github.com/kuler90/OrangeFramework",
"license": "MIT",
"authors": {
"Roman Kulesha": "kulesha.r@gmail.com"
},
"source": {
"git": "https://github.com/kuler90/OrangeFramework.git",
"tag": "1.0.2"
},
"default_subspecs": [
"Dependency",
"Log",
"Device",
"Extensions",
"Segues"
],
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"xcconfig": {
"SWIFT_INSTALL_OBJC_HEADER": "NO",
"EMBEDDED_CONTENT_CONTAINS_SWIFT": "NO"
},
"subspecs": [
{
"name": "Dependency",
"source_files": "Source/Dependency/**/*.{swift,h,m}"
},
{
"name": "Log",
"source_files": "Source/Log/**/*.{swift,h,m}"
},
{
"name": "Device",
"source_files": "Source/Device/**/*.{swift,h,m}"
},
{
"name": "Extensions",
"source_files": "Source/Extensions/**/*.{swift,h,m}"
},
{
"name": "Segues",
"source_files": "Source/Segues/**/*.{swift,h,m}"
}
]
}