blob: 686ee33060b2432343461edc4757b82771255a94 [file] [log] [blame]
{
"name": "TRVSKit",
"version": "0.0.9",
"summary": "A collection of useful APIs for iOS.",
"homepage": "https://github.com/travisjeffery/TRVSKit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Travis Jeffery": "tj@travisjeffery.com"
},
"source": {
"git": "https://github.com/travisjeffery/TRVSKit.git",
"tag": "0.0.9"
},
"source_files": [
"TRVSKit",
"TRVSKit/*.{h,m}"
],
"platforms": {
"ios": "6.0",
"osx": "10.9"
},
"ios": {
"source_files": [
"TRVSKit",
"TRVSKit/iOS/*.{h,m}"
]
},
"osx": {
"source_files": [
"TRVSKit",
"TRVSKit/OSX/*.{h,m}"
],
"frameworks": [
"Foundation",
"AppKit"
]
},
"exclude_files": "TRVSKit/Exclude",
"requires_arc": true,
"subspecs": [
{
"name": "TRVSAssertions",
"source_files": "TRVSKit/TRVSAssertions.{h,m}",
"dependencies": {
"Expecta": [
"~> 0.3.0"
]
}
}
]
}