[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / a / 5 / NSString+Hex / 0.0.1 / NSString+Hex.podspec.json
blob6a37e88b377b66978080d72b2b44fb54f8d814f1
2   "name": "NSString+Hex",
3   "version": "0.0.1",
4   "summary": "Hexadecimal utilities category on NSString class.",
5   "homepage": "https://github.com/bensarz/NSString-HEX",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Benoit Sarrazin": "bensarz@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/bensarz",
14   "platforms": {
15     "ios": "5.0",
16     "osx": "10.7"
17   },
18   "source": {
19     "git": "https://github.com/bensarz/NSString-HEX.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "NSString+Hex-Pod",
24     "NSString+Hex-Pod/**/*.{h,m}"
25   ],
26   "public_header_files": "NSString+Hex-Pod/**/*.h",
27   "frameworks": "Foundation",
28   "requires_arc": true