blob: cfbd03879116e03bc43184c8251370603691339f [file] [log] [blame]
{
"name": "Xcode9to10Preparation",
"version": "0.0.3",
"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",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/RomanPodymov/Xcode9to10Preparation.git",
"tag": "0.0.3"
},
"source_files": [
"Source",
"Source/**/*.{h,m}"
],
"exclude_files": "Source/Exclude",
"swift_version": "4.1",
"requires_arc": true
}