[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 9 / 6 / HRMethodsAttributes / 1.1 / HRMethodsAttributes.podspec.json
blobe52468a8a6a691e4affd4803b66268e3ce94bffe
2   "name": "HRMethodsAttributes",
3   "version": "1.1",
4   "summary": "Simple attribute defines for 'deprecated' and 'unavailable'.",
5   "description": "Simple attribute defines for 'deprecated' and 'unavailable'. Just write DEPRECATED(or another define)(instead of ugly __attribute__((blah-blah-blah)) after method's declaration to make it deprecated.",
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.1"
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"