[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / f / b / e / LionheartExtensions / 3.1.0 / LionheartExtensions.podspec.json
blob1ebbb1a755a21223c2466be95ff9a89b00bf5b19
2   "name": "LionheartExtensions",
3   "version": "3.1.0",
4   "summary": "Swift Extensions you probably will find useful.",
5   "homepage": "https://github.com/lionheart/LionheartExtensions",
6   "license": "Apache 2.0",
7   "authors": {
8     "Dan Loewenherz": "dloewenherz@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/lionheart/LionheartExtensions.git",
12     "tag": "3.1.0"
13   },
14   "social_media_url": "https://twitter.com/dwlz",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "9.3"
18   },
19   "default_subspecs": "Core",
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "3.0"
22   },
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "Pod/Classes/Core/*",
29         "Pod/Classes/*.swift"
30       ]
31     }
32   ]