blob: 1b666b301b1f7f8f169991d603993e88c2a5a2c5 [file] [log] [blame]
{
"name": "Upstream",
"summary": "Generic Data Source",
"version": "0.1.0",
"homepage": "https://github.com/hyperoslo/Upstream",
"license": "MIT",
"authors": {
"hyperoslo": "ios@hyper.no"
},
"source": {
"git": "https://github.com/hyperoslo/Upstream.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "9.0",
"tvos": "9.2"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"osx": {
"frameworks": [
"Cocoa",
"Foundation"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}