blob: 1578fef9c7198f49214fe78d15cc48de66cdd0d2 [file] [log] [blame]
{
"name": "LionheartExtensions",
"version": "2.0.2",
"summary": "Swift Extensions you probably will find useful.",
"homepage": "https://github.com/lionheart/LionheartExtensions",
"license": "Apache 2.0",
"authors": {
"Dan Loewenherz": "dloewenherz@gmail.com"
},
"source": {
"git": "https://github.com/lionheart/LionheartExtensions.git",
"tag": "2.0.2"
},
"social_media_url": "https://twitter.com/dwlz",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"subspecs": [
{
"name": "Core",
"source_files": [
"Pod/Classes/Core/*",
"Pod/Classes/*.swift"
]
}
]
}