mirror of
https://github.com/averello/Ents.git
synced 2026-03-01 18:23:40 +01:00
35 lines
800 B
JSON
35 lines
800 B
JSON
{
|
|
"name": "Ents",
|
|
"version": "3.3.2",
|
|
"summary": "A collection of handy extensions for Swift.",
|
|
"description": "A collection of handy extensions for Swift.",
|
|
"homepage": "https://github.com/averello/Ents",
|
|
"license": {
|
|
"type": "MIT",
|
|
"file": "LICENSE"
|
|
},
|
|
"authors": {
|
|
"Georges Boumis": "developer.george.boumis@gmail.com"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/averello/Ents.git",
|
|
"tag": "3.3.2"
|
|
},
|
|
"platforms": {
|
|
"ios": "8.0"
|
|
},
|
|
"source_files": "Ents/Classes/**/*",
|
|
"xcconfig": {
|
|
"OTHER_SWIFT_FLAGS[config=Debug]": "-DDEBUG",
|
|
"SWIFT_ACTIVE_COMPILATION_CONDITIONS[config=Debug]": "DEBUG",
|
|
"SWIFT_VERSION": "5.0"
|
|
},
|
|
"frameworks": [
|
|
"UIKit",
|
|
"QuartzCore",
|
|
"CoreGraphics",
|
|
"CoreFoundation",
|
|
"Foundation"
|
|
]
|
|
}
|