blob: 4c723c31fdf46d85707f37206b812444a09bea56 [file] [log] [blame]
{
"name": "Fashion",
"summary": "Fashion accessories and beauty tools to share and reuse UI styles in a Swifty way",
"version": "2.0.0",
"homepage": "https://github.com/vadymmarkov/Fashion",
"license": "MIT",
"authors": {
"Vadym Markov": "markov.vadym@gmail.com"
},
"source": {
"git": "https://github.com/vadymmarkov/Fashion.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/vadymmarkov",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/{iOS,Shared}/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
},
"osx": {
"source_files": "Sources/{Mac,Shared}/**/*",
"frameworks": [
"Cocoa",
"Foundation"
]
}
}