[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / f / e / 2 / CBPFoundation / 1.0.0 / CBPFoundation.podspec.json
blob1fe3fc3f6025ee2b0869e51f98a0d364cd691a65
2   "name": "CBPFoundation",
3   "version": "1.0.0",
4   "summary": "Useful mapping/filtering/threading foundation extensions.",
5   "homepage": "https://github.com/noremac/CBPFoundation",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Cameron Pulsford",
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/noremac/CBPFoundation.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "CBPFoundation/**/*.{h,m}",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Threading",
23       "source_files": [
24         "CBPFoundation/CBPDeref.{h,m}",
25         "CBPFoundation/CBPDerefSubclass.h",
26         "CBPFoundation/NSThread+CBPExtensions.{h,m}",
27         "CBPFoundation/CBPPromise.{h,m}",
28         "CBPFoundation/CBPFuture.{h,m}"
29       ]
30     }
31   ]