[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / 9 / SHFoundationAdditions / 1.0.0 / SHFoundationAdditions.podspec.json
blobe00be59aa54b10740deaeb09d43e71d6f7a3c4f3
2   "name": "SHFoundationAdditions",
3   "version": "1.0.0",
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\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": "1.0.0"
14   },
15   "dependencies": {
16     "SHKeyValueObserverBlocks": [
17       "~> 1.1.0"
18     ],
19     "SHFastEnumerationProtocols": [
20       "~> 1.2.0"
21     ],
22     "SHObjectUserInfo": [
23       "~> 1.1.0"
24     ]
25   },
26   "platforms": {
27     "ios": "6.0",
28     "osx": "10.8"
29   },
30   "source_files": "SHFoundationAdditions/**/*.{h,m}",
31   "requires_arc": true