blob: 7fc11400a59a1733f50c2e8631415df934938953 [file] [log] [blame]
{
"name": "MGDecimalOperations",
"version": "1.0.0",
"summary": "Lightweight framework for decimal operations in Objective-C",
"homepage": "https://github.com/elpassion/MGDecimalOperations-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maciej Gomolka": "mgomolka92@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/elpassion/MGDecimalOperations-iOS.git",
"tag": "1.0.0"
},
"source_files": "MGDecimalOperations/**/*{h,m}",
"private_header_files": [
"MGDecimalOperations/Converters/*.h",
"MGDecimalOperations/Factory/*.h",
"MGDecimalOperations/OperationObjects/*.h",
"MGDecimalOperations/Validators/*.h"
],
"requires_arc": true
}