[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 9 / 4 / 2 / SGVAppearanceProxy / 1.0.0 / SGVAppearanceProxy.podspec.json
blobf992fba215248549c3e35f937fc96ab031a59d13
2   "name": "SGVAppearanceProxy",
3   "version": "1.0.0",
4   "summary": "An UIAppearance proxy wrapper to work around performance issues on iOS7.",
5   "description": "                      UIAppearance performs slow under iOS7 because of some internal changes: certain setter methods (those with axis values or those with more than one argument end up calling an expensive method_exchageImplementations() function. \n                      This proxy wraps around original appearance proxy and uses the message forwarding mechanism of Objective-C to translate the affected method calls into methods with a single argument, and then passes them along to the original proxy, thus mitigating the problem.\n",
6   "homepage": "https://github.com/sanekgusev/SGVAppearanceProxy",
7   "license": "MIT",
8   "authors": {
9     "Alexander Gusev": "sanekgusev@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/sanekgusev",
12   "platforms": {
13     "ios": "5.0"
14   },
15   "source": {
16     "git": "https://github.com/sanekgusev/SGVAppearanceProxy.git",
17     "tag": "1.0.0"
18   },
19   "source_files": "src",
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "requires_arc": true