[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 4 / b / 9 / CommonCoreData / 0.0.1-beta1 / CommonCoreData.podspec.json
blob2a2c6fe735ed4db526c1b74670f2dca0258cf4c3
2   "name": "CommonCoreData",
3   "version": "0.0.1-beta1",
4   "summary": "CoreData Utilities.",
5   "homepage": "https://klusinyan@bitbucket.org/klusinyan/commoncoredata",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Karen Lusinyan": "karen.lusinyan.developerios@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://klusinyan@bitbucket.org/klusinyan/commoncoredata.git",
18     "tag": "0.0.1-beta1"
19   },
20   "prefix_header_file": "CommonCoreData/Classes/Lib-Prefix.pch",
21   "requires_arc": false,
22   "frameworks": "CoreData",
23   "subspecs": [
24     {
25       "name": "Categories",
26       "source_files": "CommonCoreData/Classes/Categories/*.{h,m}"
27     },
28     {
29       "name": "Utils",
30       "source_files": "CommonCoreData/Classes/Utils/*.{h,m}"
31     },
32     {
33       "name": "Database",
34       "source_files": "CommonCoreData/Classes/Database/*.{h,m}",
35       "dependencies": {
36         "CommonCoreData/Utils": [
38         ],
39         "CommonCoreData/Categories": [
41         ]
42       }
43     }
44   ]