blob: 0921dfdce5e9e7d3c179f2ad86cabcc11be33604 [file] [log] [blame]
{
"name": "JustPromises",
"version": "3.0.1",
"summary": "A lightweight and thread-safe implementation of Promises & Futures in Objective-C for iOS and OS X.",
"description": "A longer description of JustPromises in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "http://github.com/justeat/JustPromises",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Just Eat iOS team": "justeat.ios.team@gmail.com",
"Marek Rogosz": "marek.rogosz@just-eat.com",
"Ben Chester": "ben.chester@just-eat.com",
"Alberto De Bortoli": "alberto.debortoli@just-eat.com",
"Pavol Polak": "pavol.polak@just-eat.com",
"Keith Moon": "keith.moon@just-eat.com"
},
"social_media_url": "http://twitter.com/justeat_tech",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/justeat/JustPromises.git",
"tag": "3.0.1"
},
"source_files": [
"JustPromises",
"JustPromises/**/*.{h,m}",
"JustPromisesSwift/Source/*.swift"
],
"exclude_files": [
"JustPromises/Exclude",
"JustPromisesSwift/*.playground/**/**"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"requires_arc": true,
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Objective-C",
"source_files": "JustPromises/**/*.{h,m}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
}
},
{
"name": "Swift",
"source_files": "JustPromisesSwift/Sources/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"exclude_files": "JustPromisesSwift/*.playground/**/**",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "3.0",
"tvos": "9.0"
}
}
]
}