[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / f / 1 / MGDecimalOperations / 1.0.0 / MGDecimalOperations.podspec.json
blob7fc11400a59a1733f50c2e8631415df934938953
2   "name": "MGDecimalOperations",
3   "version": "1.0.0",
4   "summary": "Lightweight framework for decimal operations in Objective-C",
5   "homepage": "https://github.com/elpassion/MGDecimalOperations-iOS",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Maciej Gomolka": "mgomolka92@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/elpassion/MGDecimalOperations-iOS.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "MGDecimalOperations/**/*{h,m}",
21   "private_header_files": [
22     "MGDecimalOperations/Converters/*.h",
23     "MGDecimalOperations/Factory/*.h",
24     "MGDecimalOperations/OperationObjects/*.h",
25     "MGDecimalOperations/Validators/*.h"
26   ],
27   "requires_arc": true