[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 2 / e / f / UIBarButtonItem-Subtitle / 1.0.0 / UIBarButtonItem-Subtitle.podspec.json
blob2c6a50b95e183ff3f146066eae43512719b7c5a6
2   "name": "UIBarButtonItem-Subtitle",
3   "version": "1.0.0",
4   "summary": "Extension of UIBarButtonItem used to add a button with an image with subtitle.",
5   "description": "Extension of UIBarButtonItem class. Adds ability to create a UIBarButtonItem with an image with subtitle.",
6   "homepage": "https://github.com/FreekSanders/UIBarButtonItem-Subtitle",
7   "license": "MIT",
8   "authors": {
9     "Freek Sanders": "freekisanders@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/FreekSanders/UIBarButtonItem-Subtitle.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "UIBarButtonItem-Subtitle": [
22       "Pod/Assets/*.png"
23     ]
24   }