blob: 053359a96cff513753f4a1151bddcd3da6162ba2 [file] [log] [blame]
{
"name": "CBPFoundation",
"version": "1.0.1",
"summary": "Useful mapping/filtering/threading foundation extensions.",
"homepage": "https://github.com/noremac/CBPFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Cameron Pulsford",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/noremac/CBPFoundation.git",
"tag": "1.0.1"
},
"source_files": "CBPFoundation/**/*.{h,m}",
"requires_arc": true,
"subspecs": [
{
"name": "Threading",
"source_files": [
"CBPFoundation/CBPDeref.{h,m}",
"CBPFoundation/CBPDerefSubclass.h",
"CBPFoundation/NSThread+CBPExtensions.{h,m}",
"CBPFoundation/CBPPromise.{h,m}",
"CBPFoundation/CBPFuture.{h,m}"
]
}
]
}