[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / 7 / b / HOPStrings / 0.1.0 / HOPStrings.podspec.json
blob5c2dff3cad3eb7f95b68902437c7f8ca082b405e
2   "name": "HOPStrings",
3   "version": "0.1.0",
4   "summary": "A small library for making NSAttributedStrings.",
5   "description": "                       Set some default attributes, then chain HOPAttribute instances together to create your attributed string.\n",
6   "homepage": "https://github.com/timehop/HOPStrings",
7   "license": "MIT",
8   "authors": {
9     "Chris Trott": "chris@timehop.com"
10   },
11   "source": {
12     "git": "https://github.com/timehop/HOPStrings.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/twocentstudios",
16   "platforms": {
17     "ios": "3.2"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "HOPStrings": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h",
27   "frameworks": "UIKit"