blob: fdba7b2ce15c744d83280601ed200c4610813c69 [file] [log] [blame]
{
"name": "OrangeFramework",
"version": "1.2.1",
"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, component for detecting running device, powerful extensions and useful 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.2.1"
},
"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": "Device",
"source_files": "Source/Device/**/*.{swift,h,m}"
},
{
"name": "Extensions",
"source_files": "Source/Extensions/Core/*.{swift,h,m}",
"subspecs": [
{
"name": "Array",
"source_files": "Source/Extensions/Core/Array/*.{swift,h,m}"
},
{
"name": "Date",
"source_files": "Source/Extensions/Core/Date/*.{swift,h,m}"
},
{
"name": "Error",
"source_files": "Source/Extensions/Core/Error/*.{swift,h,m}"
},
{
"name": "GCD",
"source_files": "Source/Extensions/Core/GCD/*.{swift,h,m}"
},
{
"name": "Localization",
"source_files": "Source/Extensions/Core/Localization/*.{swift,h,m}"
},
{
"name": "Log",
"source_files": "Source/Extensions/Core/Log/*.{swift,h,m}"
},
{
"name": "String",
"source_files": "Source/Extensions/Core/String/*.{swift,h,m}"
},
{
"name": "UI",
"source_files": "Source/Extensions/UI/*.{swift,h,m}"
}
]
},
{
"name": "Segues",
"source_files": "Source/Segues/**/*.{swift,h,m}"
}
]
}