blob: ecd0fa65600e16d4f772aeeb61d2813f14da33ff [file] [log] [blame]
{
"name": "Aftermath",
"summary": "Stateless message-driven micro-framework in Swift.",
"version": "1.0.0",
"homepage": "https://github.com/hyperoslo/Aftermath",
"license": "MIT",
"authors": {
"Hyper Interaktiv AS": "ios@hyper.no"
},
"source": {
"git": "https://github.com/hyperoslo/Aftermath.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.2"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/**/*"
},
"tvos": {
"source_files": "Sources/**/*"
},
"osx": {
"source_files": "Sources/**/*"
},
"frameworks": "Foundation",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
}
}