blob: 66559271f148bdfecd8b8993ec0443c73df7bec3 [file] [log] [blame]
{
"name": "TMCategories",
"version": "1.3.2",
"license": "MIT",
"summary": "Useful categories for UIKit and Foundation",
"homepage": "http://tackmobile.com",
"authors": {
"Jim Cheng": "jim.cheng@tackmobile.com"
},
"source": {
"git": "https://bitbucket.org/tackmobile/tmcategories.git",
"tag": "v1.3.2"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"source_files": "TMCategories/TMCategories.h",
"ios": {
"dependencies": {
"TMCategories/UIKit": [
],
"TMCategories/Foundation": [
]
}
}
},
{
"name": "Foundation",
"source_files": "TMCategories/Foundation/*.{h,m}"
},
{
"name": "UIKit",
"source_files": "TMCategories/UIKit/*.{h,m}"
}
]
}