[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 8 / 1 / d / BRSerialization / 1.0 / BRSerialization.podspec.json
blobc66e5bf76e6927458a793c3a73d96945af13acf0
2   "name": "BRSerialization",
3   "version": "1.0",
4   "summary": "iOS library",
5   "homepage": "https://github.com/ElieMelki",
6   "authors": {
7     "Elie Melki": "elie.j.melki@gmail.com"
8   },
9   "platforms": {
10     "ios": "5.0"
11   },
12   "source": {
13     "git": "https://github.com/ElieMelki/BRSerialization.git",
14     "tag": "1.0"
15   },
16   "source_files": "BRSerialization/BRSerialization/**/*.{h,m}",
17   "frameworks": "Foundation",
18   "requires_arc": true,
19   "dependencies": {
20     "OrderedDictionary": [
21       "~> 1.4"
22     ]
23   },
24   "xcconfig": {
25     "OTHER_LDFLAGS": "-ObjC"
26   },
27   "license": {
28     "type": "Copyright",
29     "text": "      Copyright 2014-2015 Elie Melki. All rights reserved.\n"
30   }