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