blob: a696d5248f185e25cf97961f4a1aa1a75d575761 [file] [log] [blame]
{
"name": "Xcode9to10Preparation",
"version": "0.0.21",
"summary": "Provides functions from Xcode 10 in Xcode 9",
"deprecated": true,
"description": "If you found some interesting functions, protocols, enumerations, classes or sctuctures 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.21"
},
"source_files": [
"Source",
"Source/**/*.{h,m}"
],
"exclude_files": "Source/Exclude",
"swift_version": "4.1",
"requires_arc": true
}