blob: 05bf172c8fde4c06fc568f916d09aeb55689ae61 [file] [log] [blame]
{
"name": "MYJSON",
"version": "1.0.0",
"summary": "Simple Swift JSON framework.",
"homepage": "https://github.com/damonthecricket/my-json",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Damon Cricket": "damon.the.cricket@gmail.com"
},
"social_media_url": "https://www.facebook.com/damonthecricketprograms/",
"platforms": {
"osx": "10.9",
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/damonthecricket/my-json.git",
"tag": "1.0.0"
},
"source_files": "MYJSON/*.{h,swift}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}