[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 2 / c / 0 / MPITextKit / 0.1.5 / MPITextKit.podspec.json
blobc82b2644ece315525f83991347c3349985d1bf0b
2   "name": "MPITextKit",
3   "version": "0.1.5",
4   "summary": "Powerful text framework for iOS to display text based on TextKit.",
5   "homepage": "https://github.com/meitu/MPITextKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "tpphha": "tpphha@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/meitu/MPITextKit.git",
15     "tag": "0.1.5"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "MPITextKit/Classes/**/*.{h,m,mm}",
21   "public_header_files": [
22     "MPITextKit/Classes/*.h",
23     "MPITextKit/Classes/Core/*.h",
24     "MPITextKit/Classes/Components/*.h",
25     "MPITextKit/Classes/Attributes/*.h",
26     "MPITextKit/Classes/Categories/*.h",
27     "MPITextKit/Classes/Utils/*.h"
28   ],
29   "libraries": "c++",
30   "frameworks": [
31     "UIKit",
32     "CoreFoundation",
33     "CoreText",
34     "QuartzCore",
35     "Accelerate"
36   ],
37   "pod_target_xcconfig": {
38     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
39     "CLANG_CXX_LIBRARY": "libc++"
40   }