blob: dfe8b98d870d8bcedb219fc06dd4f6fdc57f55fa [file] [log] [blame]
{
"name": "TTCategories",
"version": "0.0.1",
"summary": "A short description of TTCategories.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/TongFangyuan/TTCategories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TongFangyuan": "9019860+TongFangyuan@users.noreply.github.com"
},
"source": {
"git": "https://github.com/TongFangyuan/TTCategories.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "UIKit",
"source_files": "TTCategories/Classes/UIKit/*.{h,m}",
"public_header_files": "TTCategories/Classes/UIKit/*.h"
},
{
"name": "Foundation",
"source_files": "TTCategories/Classes/Foundation/*.{h,m}",
"public_header_files": "TTCategories/Classes/Foundation/*.h"
}
]
}