[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 6 / 2 / BonMot / 3.1 / BonMot.podspec.json
blobdc1acd683609a6631dfbfea45cb5706b716cd018
2   "name": "BonMot",
3   "version": "3.1",
4   "summary": "An Objective-C attributed string generation library.",
5   "description": "BonMot removes all the mystery from creating beautiful, powerful attributed strings on iOS.",
6   "homepage": "https://github.com/Raizlabs/BonMot",
7   "license": "MIT",
8   "authors": {
9     "Zev Eisenberg": "zev.eisenberg@raizlabs.com"
10   },
11   "source": {
12     "git": "https://github.com/Raizlabs/BonMot.git",
13     "tag": "3.1"
14   },
15   "social_media_url": "https://twitter.com/ZevEisenberg",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "frameworks": "UIKit",
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": [
26         "Pod",
27         "Pod/Classes/**/*"
28       ],
29       "private_header_files": "Pod/Classes/*_Private.h"
30     },
31     {
32       "name": "UIKit",
33       "source_files": [
34         "Pod/UIKit",
35         "Pod/UIKit/Classes/**/*"
36       ],
37       "dependencies": {
38         "BonMot/Core": [
40         ]
41       }
42     }
43   ]