blob: 2b036c4e0d97b29584b54c3c431599075f6520d6 [file] [log] [blame]
{
"name": "SHFoundationAdditions",
"version": "2.2.1",
"summary": "Additional prefixed categories for the Foundation framework *without* libffi.",
"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",
"homepage": "https://github.com/seivan/SHFoundationAdditions",
"license": "MIT",
"authors": {
"Seivan Heidari": "seivan.heidari@icloud.com"
},
"source": {
"git": "https://github.com/seivan/SHFoundationAdditions.git",
"tag": "2.2.1"
},
"dependencies": {
"SHKeyValueObserverBlocks": [
"~> 2.0.2"
],
"SHFastEnumerationProtocols": [
"~> 1.6.2"
],
"SHObjectUserInfo": [
"~> 1.2.1"
],
"SHInvocation": [
"~> 0.9.3"
]
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": "SHFoundationAdditions/**/*.{h,m}",
"requires_arc": true
}