[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / 9 / SHFoundationAdditions / 2.2.1 / SHFoundationAdditions.podspec.json
blob2b036c4e0d97b29584b54c3c431599075f6520d6
2   "name": "SHFoundationAdditions",
3   "version": "2.2.1",
4   "summary": "Additional prefixed categories for the Foundation framework *without* libffi.",
5   "description": "\n                    Additional prefixed categories for Foundation framework *without* libffi with optional Swizzling (for KVO).\n                    Blocks are hold with a weak reference so you don't have to cleanup when your object is gone. Comes with tests. \n\n                    Contains: \n                    * SHKeyValueObserverBlocks\n                    * SHFastEnumerationProtocols\n                    * SHObjectUserInfo\n                    * SHInvocation\n\n                    Summary:\n                    * For Mac OSX >=8 and iOS >= 6. \n                    * Swizzle and junk free\n                    * No need to clean up after - The blocks are self maintained.\n                    * Blocks are referenced in a map with weak properties\n                    * Prefixed selectors.\n                    * Minimum clutter on top of the public interface.\n                    * No external dependencies\n                    * Lightweight \n                    * *NO* libffi \n                    \n",
6   "homepage": "https://github.com/seivan/SHFoundationAdditions",
7   "license": "MIT",
8   "authors": {
9     "Seivan Heidari": "seivan.heidari@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/seivan/SHFoundationAdditions.git",
13     "tag": "2.2.1"
14   },
15   "dependencies": {
16     "SHKeyValueObserverBlocks": [
17       "~> 2.0.2"
18     ],
19     "SHFastEnumerationProtocols": [
20       "~> 1.6.2"
21     ],
22     "SHObjectUserInfo": [
23       "~> 1.2.1"
24     ],
25     "SHInvocation": [
26       "~> 0.9.3"
27     ]
28   },
29   "platforms": {
30     "ios": "6.0",
31     "osx": "10.8"
32   },
33   "source_files": "SHFoundationAdditions/**/*.{h,m}",
34   "requires_arc": true