blob: 1d500505dcc909d45ebf17beafd4c9db6a79dbcc [file] [log] [blame]
{
"name": "OrangeFramework",
"version": "0.1.0",
"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 (used for dependency injection), flexible logger, powerful extensions and simple system info getter.",
"homepage": "https://github.com/kuler90/OrangeFramework",
"license": "MIT",
"authors": {
"Roman Kulesha": "kulesha.r@gmail.com"
},
"source": {
"git": "https://github.com/kuler90/OrangeFramework.git",
"tag": "0.1.0"
},
"default_subspecs": [
"Dependency",
"Log",
"SystemInfo",
"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": "SystemInfo",
"source_files": "Source/SystemInfo/**/*.{swift,h,m}"
},
{
"name": "Extensions",
"source_files": "Source/Extensions/**/*.{swift,h,m}"
},
{
"name": "Segues",
"source_files": "Source/Segues/**/*.{swift,h,m}"
}
]
}