blob: f3588fa2b9ed04e6dd06d6ec73a6df2bd21493c9 [file] [log] [blame]
{
"name": "Xcode9to10Preparation",
"version": "0.0.2",
"summary": "Provides functions from Xcode 10 in Xcode 9",
"description": "If you found some interesting functions (allSatisfy) in Xcode 10 you can use them right now in Xcode 9 with this library",
"homepage": "https://github.com/RomanPodymov/Xcode9to10Preparation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"RomanPodymov": "podymfrombryansk@yandex.ru"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/RomanPodymov/Xcode9to10Preparation.git",
"tag": "0.0.2"
},
"source_files": [
"Source",
"Source/**/*.{h,m}"
],
"exclude_files": "Source/Exclude",
"swift_version": "4.2",
"requires_arc": true
}