blob: fd06f6a45f19c1793b14e3b8c3a512f8547c1319 [file] [log] [blame]
{
"name": "ObjectiveHAL",
"version": "1.2.3",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/ObjectiveHAL/ObjectiveHAL",
"summary": "Objective-C implementation of the JSON Hypertext Application Language.",
"authors": {
"Bennett Smith": "bennett@focalshift.com",
"Andre Musie": "andre@wonderful.com"
},
"source": {
"git": "https://github.com/ObjectiveHAL/ObjectiveHAL.git",
"tag": "1.2.3"
},
"platforms": {
"ios": "6.1"
},
"source_files": [
"ObjectiveHAL",
"ObjectiveHAL/**/*.{h,m}"
],
"public_header_files": "ObjectiveHAL/*.h",
"requires_arc": true,
"dependencies": {
"CSURITemplate": [
],
"AFNetworking": [
"~> 1.3"
]
},
"frameworks": [
"Security",
"SystemConfiguration",
"MobileCoreServices",
"CoreGraphics"
]
}