blob: 057754a2dd814ddd2152eadca2fc684a09a6c050 [file] [log] [blame]
{
"name": "Xcode9to10Preparation",
"version": "0.0.1",
"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",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/RomanPodymov/Xcode9to10Preparation.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"swift_version": "4.2"
}