[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 9 / 7 / b / HOPStrings / 0.1.1 / HOPStrings.podspec.json
blob45dbb68e6062e5315506c4aa8a392994efdbf051
2   "name": "HOPStrings",
3   "version": "0.1.1",
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.1"
14   },
15   "social_media_url": "https://twitter.com/twocentstudios",
16   "platforms": {
17     "ios": "7.0"
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"