[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / 9 / 6 / HRMethodsAttributes / 1.0.0 / HRMethodsAttributes.podspec.json
blobeff7cb70886ab2e1aebe61da53a5b78865a918d9
2   "name": "HRMethodsAttributes",
3   "version": "1.0.0",
4   "summary": "Simple attribute defines for 'deprecated' and 'unavailabled'.",
5   "description": "Simple attribute defines for 'deprecated' and 'unavailabled'. Just write DEPRECATED(or another define) after method's declaration to make it deprecated instead of ugly __attribute(blah-blah-blah).",
6   "homepage": "https://github.com/ivanshevelev/HRMethodsAttributes",
7   "license": "MIT",
8   "authors": {
9     "Ivan Shevelev": "ivan.shevelev@sibers.com"
10   },
11   "source": {
12     "git": "https://github.com/ivanshevelev/HRMethodsAttributes.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/antsy_ivan",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "HRMethodsAttributes": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h"