blob: 48977f9b058512b80aca73ac1873f0a395757f83 [file] [log] [blame]
{
"name": "OrangeFramework",
"version": "2.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 helpers for fast and high quality developing mobile apps on Objective-C and Swift.",
"homepage": "https://bitbucket.org/orangesoft-mobile/orangeframework",
"license": "MIT",
"authors": {
"Roman Kulesha": "kulesha.r@gmail.com"
},
"source": {
"git": "https://bitbucket.org/orangesoft-mobile/orangeframework.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"xcconfig": {
"SWIFT_INSTALL_OBJC_HEADER": "NO",
"ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "NO"
},
"subspecs": [
{
"name": "Utilities",
"source_files": "Source/Utilities/**/*.{swift,h,m}"
},
{
"name": "Extensions",
"source_files": "Source/Extensions/**/*.{swift,h,m}"
},
{
"name": "Views",
"source_files": "Source/Views/**/*.{swift,h,m}"
},
{
"name": "Segues",
"source_files": "Source/Segues/**/*.{swift,h,m}"
}
]
}