[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 7 / 4 / 1 / SBCategories / 0.1.1 / SBCategories.podspec.json
blob552fa33788f991522008abfedf18d053d99a68fd
2   "name": "SBCategories",
3   "version": "0.1.1",
4   "summary": "SBCategories contains iOS convenince categories, because sometimes it makes no sense the way Obj-C does things.",
5   "description": "                       Contains two categories (at the moment):\n                       \n                       * NSDictionary+ValueCheck which determines if the dict has a non NSNull value for the given key\n                       * NSArray+Reverse returns an array that is ordered opposite to the given one\n",
6   "homepage": "https://github.com/schrockblock/SBCategories",
7   "license": "MIT",
8   "authors": {
9     "Elliot": "ephherd@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/schrockblock/SBCategories.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/schrockblock",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "resource_bundles": {
22     "SBCategories": [
23       "Pod/Assets/*.png"
24     ]
25   }