Files
Ents-mirror/Example/Pods/Local Podspecs/Ents.podspec.json
2019-03-15 09:35:32 +02:00

34 lines
782 B
JSON

{
"name": "Ents",
"version": "3.2.4",
"summary": "A collection of handy extensions for Swift.",
"description": "TODO: Add long description of the pod here.",
"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.2.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Ents/Classes/**/*",
"xcconfig": {
"OTHER_SWIFT_FLAGS[config=Debug]": "-DDEBUG",
"SWIFT_ACTIVE_COMPILATION_CONDITIONS[config=Debug]": "DEBUG",
"SWIFT_VERSION": "4.2"
},
"frameworks": [
"UIKit",
"QuartzCore",
"CoreGraphics",
"CoreFoundation"
]
}