[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / 9 / 2 / SWToolbox / 1.0.2 / SWToolbox.podspec.json
blobd6b1fd2312e2907b8d64daf3fece1d0c70925565
2   "name": "SWToolbox",
3   "version": "1.0.2",
4   "summary": "Curated classes I usually used in project.",
5   "description": "                       There is a time when I open my old projects to copy classes into a new one.\n\n                       This toolbox is mean to end that copy once, and for all.\n",
6   "homepage": "https://github.com/sarunw/SWToolbox",
7   "license": "MIT",
8   "authors": {
9     "Sarun Wongpatcharapakorn": "artwork.th@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/sarunw/SWToolbox.git",
13     "tag": "1.0.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": [
20     "CoreData",
21     "Helper"
22   ],
23   "resource_bundles": {
24     "SWToolbox": [
25       "Pod/Assets/*.png"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "CoreData",
31       "source_files": "Pod/Classes/CoreData/**/*.{h,m}",
32       "frameworks": "CoreData"
33     },
34     {
35       "name": "Test",
36       "source_files": "Pod/Classes/Test/**/*.{h,m}",
37       "frameworks": [
38         "CoreData",
39         "XCTest"
40       ]
41     },
42     {
43       "name": "Helper",
44       "source_files": "Pod/Classes/Helper/**/*.{h,m}"
45     }
46   ]