[Add] EOCoreDebug 2.3.296
[CocoaPods.git] / Specs / 5 / 4 / 7 / ZSWTappableLabel / 1.0 / ZSWTappableLabel.podspec.json
blob1a3817813bf841ec0f93c13db81aab2ac4379f96
2   "name": "ZSWTappableLabel",
3   "version": "1.0",
4   "summary": "UILabel subclass in which substrings can be tapped",
5   "description": "                        NSAttributedStrings presented in ZSWTappableLabel can be tapped\n                        in subranges you specify using attributes.\n                        Read more: https://github.com/zacwest/ZSWTappableLabel\n",
6   "homepage": "https://github.com/zacwest/ZSWTappableLabel",
7   "license": "MIT",
8   "authors": {
9     "Zachary West": "zacwest@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/zacwest/ZSWTappableLabel.git",
13     "tag": "1.0"
14   },
15   "social_media_url": "https://twitter.com/zacwest",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "ZSWTappableLabel": [
23       "Pod/Assets/*.png"
24     ]
25   }