blob: 58bc457ceee184cf33bf0b8037a5ac46a5f3be7c [file] [log] [blame]
{
"name": "OrangeFrameworkObjC",
"version": "1.0.3",
"summary": "Powerful framework aimed at fast and high quality developing mobile apps on Objective-C.",
"description": "OrangeFramework is a collection of components for fast and high quality developing mobile apps on Objective-C.\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.3"
},
"default_subspecs": [
"Dependency",
"Log",
"Device",
"Extensions",
"Segues"
],
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Dependency",
"source_files": "Source/Dependency/**/*.{h,m}",
"private_header_files": "Source/Dependency/**/__OFPrivateServiceLocator.h"
},
{
"name": "Log",
"source_files": "Source/Log/**/*.{h,m}"
},
{
"name": "Device",
"source_files": "Source/Device/**/*.{h,m}"
},
{
"name": "Extensions",
"source_files": "Source/Extensions/**/*.{h,m}"
},
{
"name": "Segues",
"source_files": "Source/Segues/**/*.{h,m}"
}
]
}