blob: 1434f0967f2db4cd0b283a080c25665e99725bed [file] [log] [blame]
{
"name": "LionheartExtensions",
"version": "3.0.0",
"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": "3.0.0"
},
"social_media_url": "https://twitter.com/dwlz",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": [
"Pod/Classes/Core/*",
"Pod/Classes/*.swift"
]
}
]
}