blob: b4d983875dcd01ea2e944caf79a85b8ce50298f9 [file] [log] [blame]
{
"name": "IATBaseClasses",
"version": "1.0.0",
"summary": "Objects for building iOS apps (IATApps.com). Of particular interest is probably the classes for building 3D Cover-Flow-Like Carousels.",
"homepage": "http://github.com/karnlund/IATBaseClasses",
"license": {
"type": "MIT",
"file": "License.rtf"
},
"authors": {
"Kurt Arnlund": "kurt@iatapps.com"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/karnlund/IATBaseClasses.git",
"tag": "1.0.0"
},
"source_files": [
"IATBaseClasses",
"IATBaseClasses/**/*.{h,m}"
],
"exclude_files": [
"IATCarouselTest/*",
"IATBaseClassesTests/*"
],
"public_header_files": "IATBaseClasses/*.h",
"ios": {
"frameworks": [
"UIKit",
"QuartzCore",
"Foundation"
]
}
}