blob: 9da89d954bcd5f0b8e8c0ed68e896f37497bcd41 [file] [log] [blame]
{
"name": "RatingRow",
"version": "0.1.0",
"summary": "Rating row in Eureka",
"homepage": "https://github.com/canner/RatingRow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chilijung": "chilijung@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/canner/RatingRow.git",
"tag": "v0.1.0",
"submodules": true
},
"source_files": "RatingRow/**/*.{h,swift}",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"dependencies": {
"Eureka": [
"~> 3.0"
],
"Cosmos": [
"~> 9.0"
]
},
"pushed_with_swift_version": "3.0"
}