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