[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 9 / 4 / STSwizzle / 0.1.0 / STSwizzle.podspec.json
blob7004c69b64ddba046fc24e0e8c48bfdb58a8475f
2   "name": "STSwizzle",
3   "version": "0.1.0",
4   "summary": "Several Swizzle methods on a NSObject category.",
5   "description": "                    STSwizzle add several methods on NSObject.\n                    Some methods allows to swizzle methods on a class,\n                    others to swizzle methods for a particular instance.\n",
6   "homepage": "https://github.com/iSofTom/STSwizzle",
7   "license": "MIT",
8   "authors": {
9     "iSofTom": "thomas@isoftom.com"
10   },
11   "source": {
12     "git": "https://github.com/iSofTom/STSwizzle.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": "STSwizzle/*.{h,m}",
19   "frameworks": "Foundation",
20   "requires_arc": true