blob: c0d3f07b2901587531cd102fbee8a9b92a821396 [file] [log] [blame]
{
"name": "Fashion",
"summary": "Fashion accessories and beauty tools to share and reuse UI styles in a Swifty way",
"version": "2.0.1",
"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.1"
},
"social_media_url": "https://twitter.com/vadymmarkov",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.2"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/{iOS,Shared}/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
},
"osx": {
"source_files": "Sources/{Mac,Shared}/**/*",
"frameworks": [
"Cocoa",
"Foundation"
]
},
"tvos": {
"source_files": "Sources/{iOS,tvOS,Shared}/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}