blob: dda607321d1365d393e8502f78816f175f73064c [file] [log] [blame]
{
"name": "LionheartExtensions",
"version": "4.0.0",
"summary": "Swift Extensions you probably will need. Definitely.",
"homepage": "https://github.com/lionheart/LionheartExtensions",
"license": "Apache 2.0",
"authors": {
"Dan Loewenherz": "dan@lionheartsw.com"
},
"source": {
"git": "https://github.com/lionheart/LionheartExtensions.git",
"tag": "4.0.0"
},
"social_media_url": "https://twitter.com/lionheartsw",
"documentation_url": "https://code.lionheart.software/LionheartExtensions/",
"requires_arc": true,
"platforms": {
"ios": "10.3"
},
"default_subspecs": "Core",
"swift_version": "4.2",
"subspecs": [
{
"name": "Core",
"source_files": [
"Pod/Classes/Core/*",
"Pod/Classes/*.swift"
]
}
]
}