[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / e / 1 / 2 / TTCategories / 0.0.1 / TTCategories.podspec.json
blobdfe8b98d870d8bcedb219fc06dd4f6fdc57f55fa
2   "name": "TTCategories",
3   "version": "0.0.1",
4   "summary": "A short description of TTCategories.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/TongFangyuan/TTCategories",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "TongFangyuan": "9019860+TongFangyuan@users.noreply.github.com"
13   },
14   "source": {
15     "git": "https://github.com/TongFangyuan/TTCategories.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "UIKit",
24       "source_files": "TTCategories/Classes/UIKit/*.{h,m}",
25       "public_header_files": "TTCategories/Classes/UIKit/*.h"
26     },
27     {
28       "name": "Foundation",
29       "source_files": "TTCategories/Classes/Foundation/*.{h,m}",
30       "public_header_files": "TTCategories/Classes/Foundation/*.h"
31     }
32   ]