Files
Ents-mirror/Example/Pods/Local Podspecs/Ents.podspec.json
2018-03-30 13:27:27 +03:00

26 lines
589 B
JSON

{
"name": "Ents",
"version": "2.7",
"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": "2.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Ents/Classes/**/*",
"xcconfig": {
"OTHER_SWIFT_FLAGS[config=Debug]": "-DDEBUG"
}
}