[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / f / b / e / LionheartExtensions / 2.0.4 / LionheartExtensions.podspec.json
blobc947f9f33bddb013592fadfcc93a515d32e6bc9e
2   "name": "LionheartExtensions",
3   "version": "2.0.4",
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": "2.0.4"
13   },
14   "social_media_url": "https://twitter.com/dwlz",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Core",
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "3.0"
22   },
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": [
27         "Pod/Classes/Core/*",
28         "Pod/Classes/*.swift"
29       ]
30     }
31   ]