[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / c / 9 / PTCategories / 0.1.0 / PTCategories.podspec.json
blobfe056f3e862ef60aa537246f9d7a8424eefeec88
2   "name": "PTCategories",
3   "version": "0.1.0",
4   "summary": "Useful categories for Foundation and UIKit",
5   "platforms": {
6     "ios": "8.0"
7   },
8   "homepage": "https://github.com/Muscliy/PTCategories",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "leehu": "leehudev@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/Muscliy/PTCategories.git",
18     "tag": "0.1.0"
19   },
20   "social_media_url": "http://muscliy.github.io/",
21   "requires_arc": true,
22   "source_files": "PTCategories/**/*.{h,m}",
23   "public_header_files": "PTCategories/**/*.{h}",
24   "frameworks": [
25     "UIKit",
26     "MapKit",
27     "CoreFoundation",
28     "QuartzCore",
29     "CoreGraphics",
30     "CoreImage",
31     "CoreText",
32     "ImageIO",
33     "Accelerate"
34   ]