blob: bba2e7e4baf16b9db22eb25076e2a046a70e94ce [file] [log] [blame]
{
"name": "OSComponents",
"version": "0.1.17",
"summary": "OSComponents is a collections os components designed to help the apps development",
"description": "OSComponents is a collections os components designed to help the apps development!",
"homepage": "https://github.com/appsimples/os-components-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MatheusFV": "matheus.venosa@usp.br"
},
"source": {
"git": "https://github.com/appsimples/os-components-ios.git",
"tag": "0.1.17"
},
"social_media_url": "https://www.appsimples.com.br",
"platforms": {
"ios": "9.2"
},
"source_files": "Source/**/*",
"swift_version": "4.1",
"resource_bundles": {
"OSComponents": [
"Source/**/*.xib",
"Media.xcassets/**/*.{png,jpg,json}"
]
},
"resources": "Media.xcassets",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"AlamofireImage": [
"~> 3.3"
],
"Moya/RxSwift": [
"~> 10.0.1"
],
"ObjectMapper": [
"~> 3.3.0"
],
"Reusable": [
"~> 4.0.0"
]
}
}